COLOR #EDD8E4

HEX: #EDD8E4
RGB: (237,216,228)

Color info

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

RGB color model

#EDD8E4 color RGB value is (237,216,228).

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

RGB channels and saturation

R 237 of 255 = 93%
G 216 of 255 = 85%
B 228 of 255 = 89%

237
216
228

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

Portions of RGB colors in percentages

R + G + B =
237 + 216 + 228 = 681 (100%)
R 237 of 681 ~ 34.8%
G 216 of 681 ~ 31.72%
B 228 of 681 ~ 33.48%

%34.8
%31.72
%33.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 3.80%
  • key color value is 7.06%
CMYK:
(0,9,4,7)
C0M9Y4K7 
(0%,9%,4%,7%)
(0.00/0.09/0.04/0.07)	

CMYK percentages

%0
%8.86
%3.8
%7.06

Codes

Color #EDD8E4 in popluar color models

EDD8E4
RGB237216228
HSL326°36.84%88.82%
HSB/HSV326°8.86%92.94%
CMYK0.00%8.86%3.80%
7.06%

Color #EDD8E4 in popluar number systems.

HEXEDD8E4
Decimal237216228
Binary111011011101100011100100
Octal355330344

Shades and tints

Shades of #EDD8E4

#EDD8E4
(237,216,228)
#D8C5D0
(216,197,208)
#C3B2BC
(195,178,188)
#AE9FA8
(174,159,168)
#998C94
(153,140,148)
#847980
(132,121,128)
#6F666C
(111,102,108)
#5A5358
(90,83,88)
#454044
(69,64,68)
#302D30
(48,45,48)
#1B1A1C
(27,26,28)
#000000
(0,0,0)

Tints of #EDD8E4

#EDD8E4
(237,216,228)
#EEDBE6
(238,219,230)
#EFDEE8
(239,222,232)
#F0E1EA
(240,225,234)
#F1E4EC
(241,228,236)
#F2E7EE
(242,231,238)
#F3EAF0
(243,234,240)
#F4EDF2
(244,237,242)
#F5F0F4
(245,240,244)
#F6F3F6
(246,243,246)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD8E4; }

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

This text font color is #EDD8E4.


Background Color

.myBgColor { background-color: #EDD8E4; }

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

This div background color is #EDD8E4.


Border color

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

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

This div border color is #EDD8E4.


Opacity

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

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

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

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

This text has shadow with #EDD8E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD8E4 on black background.


Color preview on white background

This text has color #EDD8E4 on white background.



Black color preview on #EDD8E4 background

This text has black color on #EDD8E4 background.


White color preview on #EDD8E4 background

This text has white color on #EDD8E4 background.