COLOR #EDD1DD

HEX: #EDD1DD RGB: (237,209,221)

Color info

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

RGB color model

#EDD1DD color RGB value is (237,209,221).

RGB: (237,209,221) (93%, 82%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 209 of 255 = 82%
B 221 of 255 = 87%

237
209
221

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

Portions of RGB colors in percentages

R + G + B = 237 + 209 + 221 = 667 (100%)
R 237 of 667 ~ 35.53%
G 209 of 667 ~ 31.33%
B 221 of 667 ~ 33.13'%

%35.53
%31.33
%33.13

CMYK color model

#EDD1DD color CMYK value is (0,12,7,7).

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

CMYK: (0,12,7,7)
C0M12Y7K7 (0%, 12%, 7%, 7%)
(0.00 / 0.12 / 0.07 / 0.07)

CMYK percentages

%0
%11.81
%6.75
%7.06

Codes

Color #EDD1DD in popluar color models

ED D1 DD
RGB 237 209 221
HSL 334° 43.75% 87.45%
HSB/HSV 334° 11.81% 92.94%
CMYK 0.00% 11.81% 6.75%
7.06%

Color #EDD1DD in popluar number systems.

HEX ED D1 DD
Decimal 237 209 221
Binary 11101101 11010001 11011101
Octal 355 321 335

Shades and tints

Shades of #EDD1DD

#EDD1DD
(237,209,221)
#D8BEC9
(216,190,201)
#C3ABB5
(195,171,181)
#AE98A1
(174,152,161)
#99858D
(153,133,141)
#847279
(132,114,121)
#6F5F65
(111,95,101)
#5A4C51
(90,76,81)
#45393D
(69,57,61)
#302629
(48,38,41)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #EDD1DD

#EDD1DD
(237,209,221)
#EED5E0
(238,213,224)
#EFD9E3
(239,217,227)
#F0DDE6
(240,221,230)
#F1E1E9
(241,225,233)
#F2E5EC
(242,229,236)
#F3E9EF
(243,233,239)
#F4EDF2
(244,237,242)
#F5F1F5
(245,241,245)
#F6F5F8
(246,245,248)
#F7F9FB
(247,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD1DD; }

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

This text font color is #EDD1DD.

Background Color

.myBgColor { background-color: #EDD1DD; }

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

This div background color is #EDD1DD.

Border color

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

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

This div border color is #EDD1DD.

Opacity

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

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

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

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

This text has shadow with #EDD1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD1DD.

Preview

Color preview on black background

This text has color #EDD1DD on black background.


Color preview on white background

This text has color #EDD1DD on white background.


Black color preview on #EDD1DD background

This text has black color on #EDD1DD background.


White color preview on #EDD1DD background

This text has white color on #EDD1DD background.


Related colors

Complementary color

Complementary color for #hex is #122E22.


I love getcolorcode.com

Triadic colors

1 #DDEDD1 and #D1DDED with #EDD1DD are triadic colors.

2 #DDD1ED and #D1EDDD with #EDD1DD are triadic colors.