COLOR #EDD5DE

HEX: #EDD5DE
RGB: (237,213,222)

Color info

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

RGB color model

#EDD5DE color RGB value is (237,213,222).

  • red value is 237;
  • green value is 213;
  • blue value is 222.
RGB:
(237,213,222)
(93%,84%,87%)

RGB channels and saturation

R 237 of 255 = 93%
G 213 of 255 = 84%
B 222 of 255 = 87%

237
213
222

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

Portions of RGB colors in percentages

R + G + B =
237 + 213 + 222 = 672 (100%)
R 237 of 672 ~ 35.27%
G 213 of 672 ~ 31.7%
B 222 of 672 ~ 33.04%

%35.27
%31.7
%33.04

CMYK color model

#EDD5DE color CMYK value is (0,10,6,7).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 6.33%
  • key color value is 7.06%
CMYK:
(0,10,6,7)
C0M10Y6K7 
(0%,10%,6%,7%)
(0.00/0.10/0.06/0.07)	

CMYK percentages

%0
%10.13
%6.33
%7.06

Codes

Color #EDD5DE in popluar color models

EDD5DE
RGB237213222
HSL338°40.00%88.24%
HSB/HSV338°10.13%92.94%
CMYK0.00%10.13%6.33%
7.06%

Color #EDD5DE in popluar number systems.

HEXEDD5DE
Decimal237213222
Binary111011011101010111011110
Octal355325336

Shades and tints

Shades of #EDD5DE

#EDD5DE
(237,213,222)
#D8C2CA
(216,194,202)
#C3AFB6
(195,175,182)
#AE9CA2
(174,156,162)
#99898E
(153,137,142)
#84767A
(132,118,122)
#6F6366
(111,99,102)
#5A5052
(90,80,82)
#453D3E
(69,61,62)
#302A2A
(48,42,42)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #EDD5DE

#EDD5DE
(237,213,222)
#EED8E1
(238,216,225)
#EFDBE4
(239,219,228)
#F0DEE7
(240,222,231)
#F1E1EA
(241,225,234)
#F2E4ED
(242,228,237)
#F3E7F0
(243,231,240)
#F4EAF3
(244,234,243)
#F5EDF6
(245,237,246)
#F6F0F9
(246,240,249)
#F7F3FC
(247,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD5DE color. Also use rgb(237,213,222) instead hex code.

Text Font Color

.myTextColor { color: #EDD5DE; }

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

This text font color is #EDD5DE.


Background Color

.myBgColor { background-color: #EDD5DE; }

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

This div background color is #EDD5DE.


Border color

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

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

This div border color is #EDD5DE.


Opacity

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

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

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

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

This text has shadow with #EDD5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD5DE on black background.


Color preview on white background

This text has color #EDD5DE on white background.



Black color preview on #EDD5DE background

This text has black color on #EDD5DE background.


White color preview on #EDD5DE background

This text has white color on #EDD5DE background.