COLOR #EDDDCF

HEX: #EDDDCF RGB: (237,221,207)

Color info

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

RGB color model

#EDDDCF color RGB value is (237,221,207).

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

RGB channels and saturation

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

237
221
207

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

Portions of RGB colors in percentages

R + G + B = 237 + 221 + 207 = 665 (100%)
R 237 of 665 ~ 35.64%
G 221 of 665 ~ 33.23%
B 207 of 665 ~ 31.13'%

%35.64
%33.23
%31.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 12.66%
  • 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
%12.66
%7.06

Codes

Color #EDDDCF in popluar color models

ED DD CF
RGB 237 221 207
HSL 28° 45.45% 87.06%
HSB/HSV 28° 12.66% 92.94%
CMYK 0.00% 6.75% 12.66%
7.06%

Color #EDDDCF in popluar number systems.

HEX ED DD CF
Decimal 237 221 207
Binary 11101101 11011101 11001111
Octal 355 335 317

Shades and tints

Shades of #EDDDCF

#EDDDCF
(237,221,207)
#D8C9BD
(216,201,189)
#C3B5AB
(195,181,171)
#AEA199
(174,161,153)
#998D87
(153,141,135)
#847975
(132,121,117)
#6F6563
(111,101,99)
#5A5151
(90,81,81)
#453D3F
(69,61,63)
#30292D
(48,41,45)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #EDDDCF

#EDDDCF
(237,221,207)
#EEE0D3
(238,224,211)
#EFE3D7
(239,227,215)
#F0E6DB
(240,230,219)
#F1E9DF
(241,233,223)
#F2ECE3
(242,236,227)
#F3EFE7
(243,239,231)
#F4F2EB
(244,242,235)
#F5F5EF
(245,245,239)
#F6F8F3
(246,248,243)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDDCF; }

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

This text font color is #EDDDCF.

Background Color

.myBgColor { background-color: #EDDDCF; }

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

This div background color is #EDDDCF.

Border color

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

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

This div border color is #EDDDCF.

Opacity

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

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

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

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

This text has shadow with #EDDDCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDDCF.

Preview

Color preview on black background

This text has color #EDDDCF on black background.


Color preview on white background

This text has color #EDDDCF on white background.


Black color preview on #EDDDCF background

This text has black color on #EDDDCF background.


White color preview on #EDDDCF background

This text has white color on #EDDDCF background.


Related colors

Complementary color

Complementary color for #hex is #122230.


I love getcolorcode.com

Triadic colors

1 #CFEDDD and #DDCFED with #EDDDCF are triadic colors.

2 #CFDDED and #DDEDCF with #EDDDCF are triadic colors.