COLOR #EDDFD2

HEX: #EDDFD2 RGB: (237,223,210)

Color info

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

RGB color model

#EDDFD2 color RGB value is (237,223,210).

RGB: (237,223,210) (93%, 87%, 82%)

RGB channels and saturation

R 237 of 255 = 93%
G 223 of 255 = 87%
B 210 of 255 = 82%

237
223
210

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

Portions of RGB colors in percentages

R + G + B = 237 + 223 + 210 = 670 (100%)
R 237 of 670 ~ 35.37%
G 223 of 670 ~ 33.28%
B 210 of 670 ~ 31.34'%

%35.37
%33.28
%31.34

CMYK color model

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

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

CMYK: (0,6,11,7)
C0M6Y11K7 (0%, 6%, 11%, 7%)
(0.00 / 0.06 / 0.11 / 0.07)

CMYK percentages

%0
%5.91
%11.39
%7.06

Codes

Color #EDDFD2 in popluar color models

ED DF D2
RGB 237 223 210
HSL 29° 42.86% 87.65%
HSB/HSV 29° 11.39% 92.94%
CMYK 0.00% 5.91% 11.39%
7.06%

Color #EDDFD2 in popluar number systems.

HEX ED DF D2
Decimal 237 223 210
Binary 11101101 11011111 11010010
Octal 355 337 322

Shades and tints

Shades of #EDDFD2

#EDDFD2
(237,223,210)
#D8CBBF
(216,203,191)
#C3B7AC
(195,183,172)
#AEA399
(174,163,153)
#998F86
(153,143,134)
#847B73
(132,123,115)
#6F6760
(111,103,96)
#5A534D
(90,83,77)
#453F3A
(69,63,58)
#302B27
(48,43,39)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #EDDFD2

#EDDFD2
(237,223,210)
#EEE1D6
(238,225,214)
#EFE3DA
(239,227,218)
#F0E5DE
(240,229,222)
#F1E7E2
(241,231,226)
#F2E9E6
(242,233,230)
#F3EBEA
(243,235,234)
#F4EDEE
(244,237,238)
#F5EFF2
(245,239,242)
#F6F1F6
(246,241,246)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDFD2; }

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

This text font color is #EDDFD2.

Background Color

.myBgColor { background-color: #EDDFD2; }

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

This div background color is #EDDFD2.

Border color

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

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

This div border color is #EDDFD2.

Opacity

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

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

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

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

This text has shadow with #EDDFD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDFD2.

Preview

Color preview on black background

This text has color #EDDFD2 on black background.


Color preview on white background

This text has color #EDDFD2 on white background.


Black color preview on #EDDFD2 background

This text has black color on #EDDFD2 background.


White color preview on #EDDFD2 background

This text has white color on #EDDFD2 background.


Related colors

Complementary color

Complementary color for #hex is #12202D.


I love getcolorcode.com

Triadic colors

1 #D2EDDF and #DFD2ED with #EDDFD2 are triadic colors.

2 #D2DFED and #DFEDD2 with #EDDFD2 are triadic colors.