COLOR #EDDDE4

HEX: #EDDDE4
RGB: (237,221,228)

Color info

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

RGB color model

#EDDDE4 color RGB value is (237,221,228).

  • red value is 237;
  • green value is 221;
  • blue value is 228.
RGB:
(237,221,228)
(93%,87%,89%)

RGB channels and saturation

R 237 of 255 = 93%
G 221 of 255 = 87%
B 228 of 255 = 89%

237
221
228

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

Portions of RGB colors in percentages

R + G + B =
237 + 221 + 228 = 686 (100%)
R 237 of 686 ~ 34.55%
G 221 of 686 ~ 32.22%
B 228 of 686 ~ 33.24%

%34.55
%32.22
%33.24

CMYK color model

#EDDDE4 color CMYK value is (0,7,4,7).

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 3.80%
  • key color value is 7.06%
CMYK:
(0,7,4,7)
C0M7Y4K7 
(0%,7%,4%,7%)
(0.00/0.07/0.04/0.07)	

CMYK percentages

%0
%6.75
%3.8
%7.06

Codes

Color #EDDDE4 in popluar color models

EDDDE4
RGB237221228
HSL334°30.77%89.80%
HSB/HSV334°6.75%92.94%
CMYK0.00%6.75%3.80%
7.06%

Color #EDDDE4 in popluar number systems.

HEXEDDDE4
Decimal237221228
Binary111011011101110111100100
Octal355335344

Shades and tints

Shades of #EDDDE4

#EDDDE4
(237,221,228)
#D8C9D0
(216,201,208)
#C3B5BC
(195,181,188)
#AEA1A8
(174,161,168)
#998D94
(153,141,148)
#847980
(132,121,128)
#6F656C
(111,101,108)
#5A5158
(90,81,88)
#453D44
(69,61,68)
#302930
(48,41,48)
#1B151C
(27,21,28)
#000000
(0,0,0)

Tints of #EDDDE4

#EDDDE4
(237,221,228)
#EEE0E6
(238,224,230)
#EFE3E8
(239,227,232)
#F0E6EA
(240,230,234)
#F1E9EC
(241,233,236)
#F2ECEE
(242,236,238)
#F3EFF0
(243,239,240)
#F4F2F2
(244,242,242)
#F5F5F4
(245,245,244)
#F6F8F6
(246,248,246)
#F7FBF8
(247,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDDE4 color. Also use rgb(237,221,228) instead hex code.

Text Font Color

.myTextColor { color: #EDDDE4; }

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

This text font color is #EDDDE4.


Background Color

.myBgColor { background-color: #EDDDE4; }

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

This div background color is #EDDDE4.


Border color

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

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

This div border color is #EDDDE4.


Opacity

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

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

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

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

This text has shadow with #EDDDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDDE4 on black background.


Color preview on white background

This text has color #EDDDE4 on white background.



Black color preview on #EDDDE4 background

This text has black color on #EDDDE4 background.


White color preview on #EDDDE4 background

This text has white color on #EDDDE4 background.