COLOR #D2E1DD

HEX: #D2E1DD RGB: (210,225,221)

Color info

#D2E1DD contains red, green and blue colors in about the same proportion. Web safe color of #D2E1DD is #CCCCCC (or #CCC).

RGB color model

#D2E1DD color RGB value is (210,225,221).

RGB: (210,225,221) (82%, 88%, 87%)

RGB channels and saturation

R 210 of 255 = 82%
G 225 of 255 = 88%
B 221 of 255 = 87%

210
225
221

R + G + B ~ 86%. #D2E1DD is light color.

Portions of RGB colors in percentages

R + G + B = 210 + 225 + 221 = 656 (100%)
R 210 of 656 ~ 32.01%
G 225 of 656 ~ 34.3%
B 221 of 656 ~ 33.69'%

%32.01
%34.3
%33.69

CMYK color model

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

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 1.78%
  • key color value is 11.76%
CMYK: (7,0,2,12) C7M0Y2K12 (7%,0%,2%,12%) (0.07/0.00/0.02/0.12) 

CMYK percentages

%6.67
%0
%1.78
%11.76

Codes

Color #D2E1DD in popluar color models

D2 E1 DD
RGB 210 225 221
HSL 164° 20.00% 85.29%
HSB/HSV 164° 6.67% 88.24%
CMYK 6.67% 0.00% 1.78%
11.76%

Color #D2E1DD in popluar number systems.

HEX D2 E1 DD
Decimal 210 225 221
Binary 11010010 11100001 11011101
Octal 322 341 335

Shades and tints

Shades of #D2E1DD

#D2E1DD
(210,225,221)
#BFCDC9
(191,205,201)
#ACB9B5
(172,185,181)
#99A5A1
(153,165,161)
#86918D
(134,145,141)
#737D79
(115,125,121)
#606965
(96,105,101)
#4D5551
(77,85,81)
#3A413D
(58,65,61)
#272D29
(39,45,41)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #D2E1DD

#D2E1DD
(210,225,221)
#D6E3E0
(214,227,224)
#DAE5E3
(218,229,227)
#DEE7E6
(222,231,230)
#E2E9E9
(226,233,233)
#E6EBEC
(230,235,236)
#EAEDEF
(234,237,239)
#EEEFF2
(238,239,242)
#F2F1F5
(242,241,245)
#F6F3F8
(246,243,248)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E1DD color. Also use rgb(210,225,221) instead hex code.

Text Font Color

.myTextColor { color: #D2E1DD; }

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

This text font color is #D2E1DD.

Background Color

.myBgColor { background-color: #D2E1DD; }

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

This div background color is #D2E1DD.

Border color

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

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

This div border color is #D2E1DD.

Opacity

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

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

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

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

This text has shadow with #D2E1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E1DD.

Preview

Color preview on black background

This text has color #D2E1DD on black background.


Color preview on white background

This text has color #D2E1DD on white background.


Black color preview on #D2E1DD background

This text has black color on #D2E1DD background.


White color preview on #D2E1DD background

This text has white color on #D2E1DD background.


Related colors

Complementary color

Complementary color for #hex is #2D1E22.


I love getcolorcode.com

Triadic colors

1 #DDD2E1 and #E1DDD2 with #D2E1DD are triadic colors.

2 #DDE1D2 and #E1D2DD with #D2E1DD are triadic colors.