COLOR #D2D8EE

HEX: #D2D8EE RGB: (210,216,238)

Color info

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

RGB color model

#D2D8EE color RGB value is (210,216,238).

RGB: (210,216,238) (82%, 85%, 93%)

RGB channels and saturation

R 210 of 255 = 82%
G 216 of 255 = 85%
B 238 of 255 = 93%

210
216
238

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

Portions of RGB colors in percentages

R + G + B = 210 + 216 + 238 = 664 (100%)
R 210 of 664 ~ 31.63%
G 216 of 664 ~ 32.53%
B 238 of 664 ~ 35.84'%

%31.63
%32.53
%35.84

CMYK color model

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

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

CMYK: (12,9,0,7)
C12M9Y0K7 (12%, 9%, 0%, 7%)
(0.12 / 0.09 / 0.00 / 0.07)

CMYK percentages

%11.76
%9.24
%0
%6.67

Codes

Color #D2D8EE in popluar color models

D2 D8 EE
RGB 210 216 238
HSL 227° 45.16% 87.84%
HSB/HSV 227° 11.76% 93.33%
CMYK 11.76% 9.24% 0.00%
6.67%

Color #D2D8EE in popluar number systems.

HEX D2 D8 EE
Decimal 210 216 238
Binary 11010010 11011000 11101110
Octal 322 330 356

Shades and tints

Shades of #D2D8EE

#D2D8EE
(210,216,238)
#BFC5D9
(191,197,217)
#ACB2C4
(172,178,196)
#999FAF
(153,159,175)
#868C9A
(134,140,154)
#737985
(115,121,133)
#606670
(96,102,112)
#4D535B
(77,83,91)
#3A4046
(58,64,70)
#272D31
(39,45,49)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #D2D8EE

#D2D8EE
(210,216,238)
#D6DBEF
(214,219,239)
#DADEF0
(218,222,240)
#DEE1F1
(222,225,241)
#E2E4F2
(226,228,242)
#E6E7F3
(230,231,243)
#EAEAF4
(234,234,244)
#EEEDF5
(238,237,245)
#F2F0F6
(242,240,246)
#F6F3F7
(246,243,247)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D8EE; }

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

This text font color is #D2D8EE.

Background Color

.myBgColor { background-color: #D2D8EE; }

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

This div background color is #D2D8EE.

Border color

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

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

This div border color is #D2D8EE.

Opacity

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

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

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

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

This text has shadow with #D2D8EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2D8EE.

Preview

Color preview on black background

This text has color #D2D8EE on black background.


Color preview on white background

This text has color #D2D8EE on white background.


Black color preview on #D2D8EE background

This text has black color on #D2D8EE background.


White color preview on #D2D8EE background

This text has white color on #D2D8EE background.


Related colors

Complementary color

Complementary color for #hex is #2D2711.


I love getcolorcode.com

Triadic colors

1 #EED2D8 and #D8EED2 with #D2D8EE are triadic colors.

2 #EED8D2 and #D8D2EE with #D2D8EE are triadic colors.