COLOR #EDDAE9

HEX: #EDDAE9
RGB: (237,218,233)

Color info

#EDDAE9 contains red, green and blue colors in about the same proportion. Web safe color of #EDDAE9 is #FFCCFF (or #FCF).

RGB color model

#EDDAE9 color RGB value is (237,218,233).

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

RGB channels and saturation

R 237 of 255 = 93%
G 218 of 255 = 85%
B 233 of 255 = 91%

237
218
233

R + G + B ~ 90%. #EDDAE9 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 218 + 233 = 688 (100%)
R 237 of 688 ~ 34.45%
G 218 of 688 ~ 31.69%
B 233 of 688 ~ 33.87%

%34.45
%31.69
%33.87

CMYK color model

#EDDAE9 color CMYK value is (0,8,2,7).

  • cyan value is 0.00%
  • magenta value is 8.02%
  • yellow value is 1.69%
  • key color value is 7.06%
CMYK:
(0,8,2,7)
C0M8Y2K7 
(0%,8%,2%,7%)
(0.00/0.08/0.02/0.07)	

CMYK percentages

%0
%8.02
%1.69
%7.06

Codes

Color #EDDAE9 in popluar color models

EDDAE9
RGB237218233
HSL313°34.55%89.22%
HSB/HSV313°8.02%92.94%
CMYK0.00%8.02%1.69%
7.06%

Color #EDDAE9 in popluar number systems.

HEXEDDAE9
Decimal237218233
Binary111011011101101011101001
Octal355332351

Shades and tints

Shades of #EDDAE9

#EDDAE9
(237,218,233)
#D8C7D4
(216,199,212)
#C3B4BF
(195,180,191)
#AEA1AA
(174,161,170)
#998E95
(153,142,149)
#847B80
(132,123,128)
#6F686B
(111,104,107)
#5A5556
(90,85,86)
#454241
(69,66,65)
#302F2C
(48,47,44)
#1B1C17
(27,28,23)
#000000
(0,0,0)

Tints of #EDDAE9

#EDDAE9
(237,218,233)
#EEDDEB
(238,221,235)
#EFE0ED
(239,224,237)
#F0E3EF
(240,227,239)
#F1E6F1
(241,230,241)
#F2E9F3
(242,233,243)
#F3ECF5
(243,236,245)
#F4EFF7
(244,239,247)
#F5F2F9
(245,242,249)
#F6F5FB
(246,245,251)
#F7F8FD
(247,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDAE9; }

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

This text font color is #EDDAE9.


Background Color

.myBgColor { background-color: #EDDAE9; }

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

This div background color is #EDDAE9.


Border color

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

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

This div border color is #EDDAE9.


Opacity

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

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

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

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

This text has shadow with #EDDAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDAE9 on black background.


Color preview on white background

This text has color #EDDAE9 on white background.



Black color preview on #EDDAE9 background

This text has black color on #EDDAE9 background.


White color preview on #EDDAE9 background

This text has white color on #EDDAE9 background.