COLOR #EDD2CD

HEX: #EDD2CD RGB: (237,210,205)

Color info

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

RGB color model

#EDD2CD color RGB value is (237,210,205).

RGB: (237,210,205) (93%, 82%, 80%)

RGB channels and saturation

R 237 of 255 = 93%
G 210 of 255 = 82%
B 205 of 255 = 80%

237
210
205

R + G + B ~ 85%. #EDD2CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 210 + 205 = 652 (100%)
R 237 of 652 ~ 36.35%
G 210 of 652 ~ 32.21%
B 205 of 652 ~ 31.44'%

%36.35
%32.21
%31.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.39%
  • yellow value is 13.50%
  • key color value is 7.06%

CMYK: (0,11,14,7)
C0M11Y14K7 (0%, 11%, 14%, 7%)
(0.00 / 0.11 / 0.14 / 0.07)

CMYK percentages

%0
%11.39
%13.5
%7.06

Codes

Color #EDD2CD in popluar color models

ED D2 CD
RGB 237 210 205
HSL 47.06% 86.67%
HSB/HSV 13.50% 92.94%
CMYK 0.00% 11.39% 13.50%
7.06%

Color #EDD2CD in popluar number systems.

HEX ED D2 CD
Decimal 237 210 205
Binary 11101101 11010010 11001101
Octal 355 322 315

Shades and tints

Shades of #EDD2CD

#EDD2CD
(237,210,205)
#D8BFBB
(216,191,187)
#C3ACA9
(195,172,169)
#AE9997
(174,153,151)
#998685
(153,134,133)
#847373
(132,115,115)
#6F6061
(111,96,97)
#5A4D4F
(90,77,79)
#453A3D
(69,58,61)
#30272B
(48,39,43)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #EDD2CD

#EDD2CD
(237,210,205)
#EED6D1
(238,214,209)
#EFDAD5
(239,218,213)
#F0DED9
(240,222,217)
#F1E2DD
(241,226,221)
#F2E6E1
(242,230,225)
#F3EAE5
(243,234,229)
#F4EEE9
(244,238,233)
#F5F2ED
(245,242,237)
#F6F6F1
(246,246,241)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD2CD color. Also use rgb(237,210,205) instead hex code.

Text Font Color

.myTextColor { color: #EDD2CD; }

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

This text font color is #EDD2CD.

Background Color

.myBgColor { background-color: #EDD2CD; }

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

This div background color is #EDD2CD.

Border color

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

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

This div border color is #EDD2CD.

Opacity

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

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

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

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

This text has shadow with #EDD2CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD2CD.

Preview

Color preview on black background

This text has color #EDD2CD on black background.


Color preview on white background

This text has color #EDD2CD on white background.


Black color preview on #EDD2CD background

This text has black color on #EDD2CD background.


White color preview on #EDD2CD background

This text has white color on #EDD2CD background.


Related colors

Complementary color

Complementary color for #hex is #122D32.


I love getcolorcode.com

Triadic colors

1 #CDEDD2 and #D2CDED with #EDD2CD are triadic colors.

2 #CDD2ED and #D2EDCD with #EDD2CD are triadic colors.