COLOR #D2E1EE

HEX: #D2E1EE RGB: (210,225,238)

Color info

#D2E1EE contains red, green and blue colors in about the same proportion. Web safe color of #D2E1EE is #CCCCFF (or #CCF).

RGB color model

#D2E1EE color RGB value is (210,225,238).

RGB: (210,225,238) (82%, 88%, 93%)

RGB channels and saturation

R 210 of 255 = 82%
G 225 of 255 = 88%
B 238 of 255 = 93%

210
225
238

R + G + B ~ 88%. #D2E1EE is light color.

Portions of RGB colors in percentages

R + G + B = 210 + 225 + 238 = 673 (100%)
R 210 of 673 ~ 31.2%
G 225 of 673 ~ 33.43%
B 238 of 673 ~ 35.36'%

%31.2
%33.43
%35.36

CMYK color model

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

  • cyan value is 11.76%
  • magenta value is 5.46%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (12,5,0,7)
C12M5Y0K7 (12%, 5%, 0%, 7%)
(0.12 / 0.05 / 0.00 / 0.07)

CMYK percentages

%11.76
%5.46
%0
%6.67

Codes

Color #D2E1EE in popluar color models

D2 E1 EE
RGB 210 225 238
HSL 208° 45.16% 87.84%
HSB/HSV 208° 11.76% 93.33%
CMYK 11.76% 5.46% 0.00%
6.67%

Color #D2E1EE in popluar number systems.

HEX D2 E1 EE
Decimal 210 225 238
Binary 11010010 11100001 11101110
Octal 322 341 356

Shades and tints

Shades of #D2E1EE

#D2E1EE
(210,225,238)
#BFCDD9
(191,205,217)
#ACB9C4
(172,185,196)
#99A5AF
(153,165,175)
#86919A
(134,145,154)
#737D85
(115,125,133)
#606970
(96,105,112)
#4D555B
(77,85,91)
#3A4146
(58,65,70)
#272D31
(39,45,49)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #D2E1EE

#D2E1EE
(210,225,238)
#D6E3EF
(214,227,239)
#DAE5F0
(218,229,240)
#DEE7F1
(222,231,241)
#E2E9F2
(226,233,242)
#E6EBF3
(230,235,243)
#EAEDF4
(234,237,244)
#EEEFF5
(238,239,245)
#F2F1F6
(242,241,246)
#F6F3F7
(246,243,247)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E1EE; }

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

This text font color is #D2E1EE.

Background Color

.myBgColor { background-color: #D2E1EE; }

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

This div background color is #D2E1EE.

Border color

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

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

This div border color is #D2E1EE.

Opacity

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

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

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

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

This text has shadow with #D2E1EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E1EE.

Preview

Color preview on black background

This text has color #D2E1EE on black background.


Color preview on white background

This text has color #D2E1EE on white background.


Black color preview on #D2E1EE background

This text has black color on #D2E1EE background.


White color preview on #D2E1EE background

This text has white color on #D2E1EE background.


Related colors

Complementary color

Complementary color for #hex is #2D1E11.


I love getcolorcode.com

Triadic colors

1 #EED2E1 and #E1EED2 with #D2E1EE are triadic colors.

2 #EEE1D2 and #E1D2EE with #D2E1EE are triadic colors.