COLOR #EDD4D3

HEX: #EDD4D3 RGB: (237,212,211)

Color info

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

RGB color model

#EDD4D3 color RGB value is (237,212,211).

RGB: (237,212,211) (93%, 83%, 83%)

RGB channels and saturation

R 237 of 255 = 93%
G 212 of 255 = 83%
B 211 of 255 = 83%

237
212
211

R + G + B ~ 86%. #EDD4D3 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 212 + 211 = 660 (100%)
R 237 of 660 ~ 35.91%
G 212 of 660 ~ 32.12%
B 211 of 660 ~ 31.97'%

%35.91
%32.12
%31.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.55%
  • yellow value is 10.97%
  • key color value is 7.06%
CMYK: (0,11,11,7) C0M11Y11K7 (0%,11%,11%,7%) (0.00/0.11/0.11/0.07) 

CMYK percentages

%0
%10.55
%10.97
%7.06

Codes

Color #EDD4D3 in popluar color models

ED D4 D3
RGB 237 212 211
HSL 41.94% 87.84%
HSB/HSV 10.97% 92.94%
CMYK 0.00% 10.55% 10.97%
7.06%

Color #EDD4D3 in popluar number systems.

HEX ED D4 D3
Decimal 237 212 211
Binary 11101101 11010100 11010011
Octal 355 324 323

Shades and tints

Shades of #EDD4D3

#EDD4D3
(237,212,211)
#D8C1C0
(216,193,192)
#C3AEAD
(195,174,173)
#AE9B9A
(174,155,154)
#998887
(153,136,135)
#847574
(132,117,116)
#6F6261
(111,98,97)
#5A4F4E
(90,79,78)
#453C3B
(69,60,59)
#302928
(48,41,40)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #EDD4D3

#EDD4D3
(237,212,211)
#EED7D7
(238,215,215)
#EFDADB
(239,218,219)
#F0DDDF
(240,221,223)
#F1E0E3
(241,224,227)
#F2E3E7
(242,227,231)
#F3E6EB
(243,230,235)
#F4E9EF
(244,233,239)
#F5ECF3
(245,236,243)
#F6EFF7
(246,239,247)
#F7F2FB
(247,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD4D3; }

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

This text font color is #EDD4D3.

Background Color

.myBgColor { background-color: #EDD4D3; }

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

This div background color is #EDD4D3.

Border color

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

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

This div border color is #EDD4D3.

Opacity

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

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

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

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

This text has shadow with #EDD4D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD4D3.

Preview

Color preview on black background

This text has color #EDD4D3 on black background.


Color preview on white background

This text has color #EDD4D3 on white background.


Black color preview on #EDD4D3 background

This text has black color on #EDD4D3 background.


White color preview on #EDD4D3 background

This text has white color on #EDD4D3 background.


Related colors

Complementary color

Complementary color for #hex is #122B2C.


I love getcolorcode.com

Triadic colors

1 #D3EDD4 and #D4D3ED with #EDD4D3 are triadic colors.

2 #D3D4ED and #D4EDD3 with #EDD4D3 are triadic colors.