COLOR #EDDCDD

HEX: #EDDCDD RGB: (237,220,221)

Color info

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

RGB color model

#EDDCDD color RGB value is (237,220,221).

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

RGB channels and saturation

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

237
220
221

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

Portions of RGB colors in percentages

R + G + B = 237 + 220 + 221 = 678 (100%)
R 237 of 678 ~ 34.96%
G 220 of 678 ~ 32.45%
B 221 of 678 ~ 32.6'%

%34.96
%32.45
%32.6

CMYK color model

#EDDCDD color CMYK value is (0,7,7,7).

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

CMYK: (0,7,7,7)
C0M7Y7K7 (0%, 7%, 7%, 7%)
(0.00 / 0.07 / 0.07 / 0.07)

CMYK percentages

%0
%7.17
%6.75
%7.06

Codes

Color #EDDCDD in popluar color models

ED DC DD
RGB 237 220 221
HSL 356° 32.08% 89.61%
HSB/HSV 356° 7.17% 92.94%
CMYK 0.00% 7.17% 6.75%
7.06%

Color #EDDCDD in popluar number systems.

HEX ED DC DD
Decimal 237 220 221
Binary 11101101 11011100 11011101
Octal 355 334 335

Shades and tints

Shades of #EDDCDD

#EDDCDD
(237,220,221)
#D8C8C9
(216,200,201)
#C3B4B5
(195,180,181)
#AEA0A1
(174,160,161)
#998C8D
(153,140,141)
#847879
(132,120,121)
#6F6465
(111,100,101)
#5A5051
(90,80,81)
#453C3D
(69,60,61)
#302829
(48,40,41)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #EDDCDD

#EDDCDD
(237,220,221)
#EEDFE0
(238,223,224)
#EFE2E3
(239,226,227)
#F0E5E6
(240,229,230)
#F1E8E9
(241,232,233)
#F2EBEC
(242,235,236)
#F3EEEF
(243,238,239)
#F4F1F2
(244,241,242)
#F5F4F5
(245,244,245)
#F6F7F8
(246,247,248)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDCDD; }

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

This text font color is #EDDCDD.

Background Color

.myBgColor { background-color: #EDDCDD; }

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

This div background color is #EDDCDD.

Border color

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

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

This div border color is #EDDCDD.

Opacity

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

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

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

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

This text has shadow with #EDDCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDCDD.

Preview

Color preview on black background

This text has color #EDDCDD on black background.


Color preview on white background

This text has color #EDDCDD on white background.


Black color preview on #EDDCDD background

This text has black color on #EDDCDD background.


White color preview on #EDDCDD background

This text has white color on #EDDCDD background.


Related colors

Complementary color

Complementary color for #hex is #122322.


I love getcolorcode.com

Triadic colors

1 #DDEDDC and #DCDDED with #EDDCDD are triadic colors.

2 #DDDCED and #DCEDDD with #EDDCDD are triadic colors.