COLOR #EDD3DE

HEX: #EDD3DE
RGB: (237,211,222)

Color info

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

RGB color model

#EDD3DE color RGB value is (237,211,222).

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

RGB channels and saturation

R 237 of 255 = 93%
G 211 of 255 = 83%
B 222 of 255 = 87%

237
211
222

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

Portions of RGB colors in percentages

R + G + B =
237 + 211 + 222 = 670 (100%)
R 237 of 670 ~ 35.37%
G 211 of 670 ~ 31.49%
B 222 of 670 ~ 33.13%

%35.37
%31.49
%33.13

CMYK color model

#EDD3DE color CMYK value is (0,11,6,7).

  • cyan value is 0.00%
  • magenta value is 10.97%
  • yellow value is 6.33%
  • key color value is 7.06%
CMYK:
(0,11,6,7)
C0M11Y6K7 
(0%,11%,6%,7%)
(0.00/0.11/0.06/0.07)	

CMYK percentages

%0
%10.97
%6.33
%7.06

Codes

Color #EDD3DE in popluar color models

EDD3DE
RGB237211222
HSL335°41.94%87.84%
HSB/HSV335°10.97%92.94%
CMYK0.00%10.97%6.33%
7.06%

Color #EDD3DE in popluar number systems.

HEXEDD3DE
Decimal237211222
Binary111011011101001111011110
Octal355323336

Shades and tints

Shades of #EDD3DE

#EDD3DE
(237,211,222)
#D8C0CA
(216,192,202)
#C3ADB6
(195,173,182)
#AE9AA2
(174,154,162)
#99878E
(153,135,142)
#84747A
(132,116,122)
#6F6166
(111,97,102)
#5A4E52
(90,78,82)
#453B3E
(69,59,62)
#30282A
(48,40,42)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #EDD3DE

#EDD3DE
(237,211,222)
#EED7E1
(238,215,225)
#EFDBE4
(239,219,228)
#F0DFE7
(240,223,231)
#F1E3EA
(241,227,234)
#F2E7ED
(242,231,237)
#F3EBF0
(243,235,240)
#F4EFF3
(244,239,243)
#F5F3F6
(245,243,246)
#F6F7F9
(246,247,249)
#F7FBFC
(247,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD3DE; }

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

This text font color is #EDD3DE.


Background Color

.myBgColor { background-color: #EDD3DE; }

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

This div background color is #EDD3DE.


Border color

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

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

This div border color is #EDD3DE.


Opacity

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

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

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

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

This text has shadow with #EDD3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD3DE on black background.


Color preview on white background

This text has color #EDD3DE on white background.



Black color preview on #EDD3DE background

This text has black color on #EDD3DE background.


White color preview on #EDD3DE background

This text has white color on #EDD3DE background.