COLOR #EDDCDE

HEX: #EDDCDE RGB: (237,220,222)

Color info

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

RGB color model

#EDDCDE color RGB value is (237,220,222).

RGB: (237,220,222) (93%, 86%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 220 of 255 = 86%
B 222 of 255 = 87%

237
220
222

R + G + B ~ 89%. #EDDCDE is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 220 + 222 = 679 (100%)
R 237 of 679 ~ 34.9%
G 220 of 679 ~ 32.4%
B 222 of 679 ~ 32.7'%

%34.9
%32.4
%32.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.17%
  • yellow value is 6.33%
  • key color value is 7.06%

CMYK: (0,7,6,7)
C0M7Y6K7 (0%, 7%, 6%, 7%)
(0.00 / 0.07 / 0.06 / 0.07)

CMYK percentages

%0
%7.17
%6.33
%7.06

Codes

Color #EDDCDE in popluar color models

ED DC DE
RGB 237 220 222
HSL 353° 32.08% 89.61%
HSB/HSV 353° 7.17% 92.94%
CMYK 0.00% 7.17% 6.33%
7.06%

Color #EDDCDE in popluar number systems.

HEX ED DC DE
Decimal 237 220 222
Binary 11101101 11011100 11011110
Octal 355 334 336

Shades and tints

Shades of #EDDCDE

#EDDCDE
(237,220,222)
#D8C8CA
(216,200,202)
#C3B4B6
(195,180,182)
#AEA0A2
(174,160,162)
#998C8E
(153,140,142)
#84787A
(132,120,122)
#6F6466
(111,100,102)
#5A5052
(90,80,82)
#453C3E
(69,60,62)
#30282A
(48,40,42)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #EDDCDE

#EDDCDE
(237,220,222)
#EEDFE1
(238,223,225)
#EFE2E4
(239,226,228)
#F0E5E7
(240,229,231)
#F1E8EA
(241,232,234)
#F2EBED
(242,235,237)
#F3EEF0
(243,238,240)
#F4F1F3
(244,241,243)
#F5F4F6
(245,244,246)
#F6F7F9
(246,247,249)
#F7FAFC
(247,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDCDE color. Also use rgb(237,220,222) instead hex code.

Text Font Color

.myTextColor { color: #EDDCDE; }

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

This text font color is #EDDCDE.

Background Color

.myBgColor { background-color: #EDDCDE; }

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

This div background color is #EDDCDE.

Border color

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

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

This div border color is #EDDCDE.

Opacity

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

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

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

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

This text has shadow with #EDDCDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDCDE.

Preview

Color preview on black background

This text has color #EDDCDE on black background.


Color preview on white background

This text has color #EDDCDE on white background.


Black color preview on #EDDCDE background

This text has black color on #EDDCDE background.


White color preview on #EDDCDE background

This text has white color on #EDDCDE background.


Related colors

Complementary color

Complementary color for #hex is #122321.


I love getcolorcode.com

Triadic colors

1 #DEEDDC and #DCDEED with #EDDCDE are triadic colors.

2 #DEDCED and #DCEDDE with #EDDCDE are triadic colors.