COLOR #D1E8DD

HEX: #D1E8DD RGB: (209,232,221)

Color info

#D1E8DD contains red, green and blue colors in about the same proportion. Web safe color of #D1E8DD is #CCFFCC (or #CFC).

RGB color model

#D1E8DD color RGB value is (209,232,221).

RGB: (209,232,221) (82%, 91%, 87%)

RGB channels and saturation

R 209 of 255 = 82%
G 232 of 255 = 91%
B 221 of 255 = 87%

209
232
221

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

Portions of RGB colors in percentages

R + G + B = 209 + 232 + 221 = 662 (100%)
R 209 of 662 ~ 31.57%
G 232 of 662 ~ 35.05%
B 221 of 662 ~ 33.38'%

%31.57
%35.05
%33.38

CMYK color model

#D1E8DD color CMYK value is (10,0,5,9).

  • cyan value is 9.91%
  • magenta value is 0.00%
  • yellow value is 4.74%
  • key color value is 9.02%

CMYK: (10,0,5,9)
C10M0Y5K9 (10%, 0%, 5%, 9%)
(0.10 / 0.00 / 0.05 / 0.09)

CMYK percentages

%9.91
%0
%4.74
%9.02

Codes

Color #D1E8DD in popluar color models

D1 E8 DD
RGB 209 232 221
HSL 151° 33.33% 86.47%
HSB/HSV 151° 9.91% 90.98%
CMYK 9.91% 0.00% 4.74%
9.02%

Color #D1E8DD in popluar number systems.

HEX D1 E8 DD
Decimal 209 232 221
Binary 11010001 11101000 11011101
Octal 321 350 335

Shades and tints

Shades of #D1E8DD

#D1E8DD
(209,232,221)
#BED3C9
(190,211,201)
#ABBEB5
(171,190,181)
#98A9A1
(152,169,161)
#85948D
(133,148,141)
#727F79
(114,127,121)
#5F6A65
(95,106,101)
#4C5551
(76,85,81)
#39403D
(57,64,61)
#262B29
(38,43,41)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #D1E8DD

#D1E8DD
(209,232,221)
#D5EAE0
(213,234,224)
#D9ECE3
(217,236,227)
#DDEEE6
(221,238,230)
#E1F0E9
(225,240,233)
#E5F2EC
(229,242,236)
#E9F4EF
(233,244,239)
#EDF6F2
(237,246,242)
#F1F8F5
(241,248,245)
#F5FAF8
(245,250,248)
#F9FCFB
(249,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E8DD; }

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

This text font color is #D1E8DD.

Background Color

.myBgColor { background-color: #D1E8DD; }

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

This div background color is #D1E8DD.

Border color

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

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

This div border color is #D1E8DD.

Opacity

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

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

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

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

This text has shadow with #D1E8DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1E8DD.

Preview

Color preview on black background

This text has color #D1E8DD on black background.


Color preview on white background

This text has color #D1E8DD on white background.


Black color preview on #D1E8DD background

This text has black color on #D1E8DD background.


White color preview on #D1E8DD background

This text has white color on #D1E8DD background.


Related colors

Complementary color

Complementary color for #hex is #2E1722.


I love getcolorcode.com

Triadic colors

1 #DDD1E8 and #E8DDD1 with #D1E8DD are triadic colors.

2 #DDE8D1 and #E8D1DD with #D1E8DD are triadic colors.