COLOR #EDDDCE

HEX: #EDDDCE RGB: (237,221,206)

Color info

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

RGB color model

#EDDDCE color RGB value is (237,221,206).

RGB: (237,221,206) (93%, 87%, 81%)

RGB channels and saturation

R 237 of 255 = 93%
G 221 of 255 = 87%
B 206 of 255 = 81%

237
221
206

R + G + B ~ 87%. #EDDDCE is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 221 + 206 = 664 (100%)
R 237 of 664 ~ 35.69%
G 221 of 664 ~ 33.28%
B 206 of 664 ~ 31.02'%

%35.69
%33.28
%31.02

CMYK color model

#EDDDCE color CMYK value is (0,7,13,7).

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 13.08%
  • key color value is 7.06%

CMYK: (0,7,13,7)
C0M7Y13K7 (0%, 7%, 13%, 7%)
(0.00 / 0.07 / 0.13 / 0.07)

CMYK percentages

%0
%6.75
%13.08
%7.06

Codes

Color #EDDDCE in popluar color models

ED DD CE
RGB 237 221 206
HSL 29° 46.27% 86.86%
HSB/HSV 29° 13.08% 92.94%
CMYK 0.00% 6.75% 13.08%
7.06%

Color #EDDDCE in popluar number systems.

HEX ED DD CE
Decimal 237 221 206
Binary 11101101 11011101 11001110
Octal 355 335 316

Shades and tints

Shades of #EDDDCE

#EDDDCE
(237,221,206)
#D8C9BC
(216,201,188)
#C3B5AA
(195,181,170)
#AEA198
(174,161,152)
#998D86
(153,141,134)
#847974
(132,121,116)
#6F6562
(111,101,98)
#5A5150
(90,81,80)
#453D3E
(69,61,62)
#30292C
(48,41,44)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #EDDDCE

#EDDDCE
(237,221,206)
#EEE0D2
(238,224,210)
#EFE3D6
(239,227,214)
#F0E6DA
(240,230,218)
#F1E9DE
(241,233,222)
#F2ECE2
(242,236,226)
#F3EFE6
(243,239,230)
#F4F2EA
(244,242,234)
#F5F5EE
(245,245,238)
#F6F8F2
(246,248,242)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDDCE color. Also use rgb(237,221,206) instead hex code.

Text Font Color

.myTextColor { color: #EDDDCE; }

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

This text font color is #EDDDCE.

Background Color

.myBgColor { background-color: #EDDDCE; }

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

This div background color is #EDDDCE.

Border color

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

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

This div border color is #EDDDCE.

Opacity

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

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

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

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

This text has shadow with #EDDDCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDDCE.

Preview

Color preview on black background

This text has color #EDDDCE on black background.


Color preview on white background

This text has color #EDDDCE on white background.


Black color preview on #EDDDCE background

This text has black color on #EDDDCE background.


White color preview on #EDDDCE background

This text has white color on #EDDDCE background.


Related colors

Complementary color

Complementary color for #hex is #122231.


I love getcolorcode.com

Triadic colors

1 #CEEDDD and #DDCEED with #EDDDCE are triadic colors.

2 #CEDDED and #DDEDCE with #EDDDCE are triadic colors.