COLOR #EDDAE6

HEX: #EDDAE6
RGB: (237,218,230)

Color info

#EDDAE6 contains red, green and blue colors in about the same proportion. Web safe color of #EDDAE6 is #FFCCCC (or #FCC).

RGB color model

#EDDAE6 color RGB value is (237,218,230).

  • red value is 237;
  • green value is 218;
  • blue value is 230.
RGB:
(237,218,230)
(93%,85%,90%)

RGB channels and saturation

R 237 of 255 = 93%
G 218 of 255 = 85%
B 230 of 255 = 90%

237
218
230

R + G + B ~ 89%. #EDDAE6 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 218 + 230 = 685 (100%)
R 237 of 685 ~ 34.6%
G 218 of 685 ~ 31.82%
B 230 of 685 ~ 33.58%

%34.6
%31.82
%33.58

CMYK color model

#EDDAE6 color CMYK value is (0,8,3,7).

  • cyan value is 0.00%
  • magenta value is 8.02%
  • yellow value is 2.95%
  • key color value is 7.06%
CMYK:
(0,8,3,7)
C0M8Y3K7 
(0%,8%,3%,7%)
(0.00/0.08/0.03/0.07)	

CMYK percentages

%0
%8.02
%2.95
%7.06

Codes

Color #EDDAE6 in popluar color models

EDDAE6
RGB237218230
HSL322°34.55%89.22%
HSB/HSV322°8.02%92.94%
CMYK0.00%8.02%2.95%
7.06%

Color #EDDAE6 in popluar number systems.

HEXEDDAE6
Decimal237218230
Binary111011011101101011100110
Octal355332346

Shades and tints

Shades of #EDDAE6

#EDDAE6
(237,218,230)
#D8C7D2
(216,199,210)
#C3B4BE
(195,180,190)
#AEA1AA
(174,161,170)
#998E96
(153,142,150)
#847B82
(132,123,130)
#6F686E
(111,104,110)
#5A555A
(90,85,90)
#454246
(69,66,70)
#302F32
(48,47,50)
#1B1C1E
(27,28,30)
#000000
(0,0,0)

Tints of #EDDAE6

#EDDAE6
(237,218,230)
#EEDDE8
(238,221,232)
#EFE0EA
(239,224,234)
#F0E3EC
(240,227,236)
#F1E6EE
(241,230,238)
#F2E9F0
(242,233,240)
#F3ECF2
(243,236,242)
#F4EFF4
(244,239,244)
#F5F2F6
(245,242,246)
#F6F5F8
(246,245,248)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDAE6; }

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

This text font color is #EDDAE6.


Background Color

.myBgColor { background-color: #EDDAE6; }

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

This div background color is #EDDAE6.


Border color

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

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

This div border color is #EDDAE6.


Opacity

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

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

Text with #EDDAE6 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 #EDDAE6;}

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

This text has shadow with #EDDAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDAE6 on black background.


Color preview on white background

This text has color #EDDAE6 on white background.



Black color preview on #EDDAE6 background

This text has black color on #EDDAE6 background.


White color preview on #EDDAE6 background

This text has white color on #EDDAE6 background.