COLOR #EDD1E6

HEX: #EDD1E6
RGB: (237,209,230)

Renk bilgisi

#EDD1E6 contains red, green and blue colors in about the same proportion. #EDD1E6 ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#EDD1E6 color RGB value is (237,209,230).

  • kırmız ton 237;
  • yeşil ton 209;
  • mavi ton 230.
RGB:
(237,209,230)
(93%,82%,90%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 209 of 255 = 82%
B 230 of 255 = 90%

237
209
230

R + G + B ~ 88%. #EDD1E6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 209 + 230 = 676 (100%)
R 237 of 676 ~ 35.06%
G 209 of 676 ~ 30.92%
B 230 of 676 ~ 34.02%

%35.06
%30.92
%34.02

CMYK RENK MODELİ

#EDD1E6 rengi CMYK tonu (0,12,3,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.81%
  • sarı tonu 2.95%
  • ana renk tonu 7.06%
CMYK:
(0,12,3,7)
C0M12Y3K7 
(0%,12%,3%,7%)
(0.00/0.12/0.03/0.07)	

CMYK yüzdeleri

%0
%11.81
%2.95
%7.06

Codes

Color #EDD1E6 in popluar color models

EDD1E6
RGB237209230
HSL315°43.75%87.45%
HSB/HSV315°11.81%92.94%
CMYK0.00%11.81%2.95%
7.06%

Color #EDD1E6 in popluar number systems.

HEXEDD1E6
Decimal237209230
Binary111011011101000111100110
Octal355321346

Shades and tints

Shades of #EDD1E6

#EDD1E6
(237,209,230)
#D8BED2
(216,190,210)
#C3ABBE
(195,171,190)
#AE98AA
(174,152,170)
#998596
(153,133,150)
#847282
(132,114,130)
#6F5F6E
(111,95,110)
#5A4C5A
(90,76,90)
#453946
(69,57,70)
#302632
(48,38,50)
#1B131E
(27,19,30)
#000000
(0,0,0)

Tints of #EDD1E6

#EDD1E6
(237,209,230)
#EED5E8
(238,213,232)
#EFD9EA
(239,217,234)
#F0DDEC
(240,221,236)
#F1E1EE
(241,225,238)
#F2E5F0
(242,229,240)
#F3E9F2
(243,233,242)
#F4EDF4
(244,237,244)
#F5F1F6
(245,241,246)
#F6F5F8
(246,245,248)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD1E6 color. Also use rgb(237,209,230) instead hex code.

Text Font Color

.myTextColor { color: #EDD1E6; }

<p style="color:#EDD1E6">This sample text font color is #EDD1E6.</p>

This text font color is #EDD1E6.


Background Color

.myBgColor { background-color: #EDD1E6; }

<div style="background-color:#EDD1E6">Inner text</div>

This div background color is #EDD1E6.


Border color

.myBorderColor { border: 1px solid #EDD1E6; }

<div style="border:3px solid #EDD1E6">Div</div>

This div border color is #EDD1E6.


Opacity

.myOpacity80 { color: #EDD1E6; opacity: 0.8; }

<p style="color:#EDD1E6;opacity:0.8;">80%</p>

Text with #EDD1E6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EDD1E6;}

<p style="text-shadow: 3px 3px 1px #EDD1E6">Text here.</p>

This text has shadow with #EDD1E6 color.

.textShadow {text-shadow: 3px 3px 1px #EDD1E6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EDD1E6, 5px 5px 20px red">Text here.</p>

This text has shadow with #EDD1E6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDD1E6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EDD1E6, Direction=45, Strength=4)">Text</p>

This text has shadow with #EDD1E6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EDD1E6;
  -webkit-box-shadow:	1px 1px 3px 2px #EDD1E6;
  box-shadow:		1px 1px 3px 2px #EDD1E6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDD1E6;
-webkit-box-shadow: 1px 1px 3px 2px #EDD1E6;
box-shadow:1px 1px 3px 2px #EDD1E6;">
Div content here</div>
This div box has shadow with color #EDD1E6.

Preview

Color preview on black background

This text has color #EDD1E6 on black background.


Color preview on white background

This text has color #EDD1E6 on white background.



Black color preview on #EDD1E6 background

This text has black color on #EDD1E6 background.


White color preview on #EDD1E6 background

This text has white color on #EDD1E6 background.