COLOR #D8DDEE

HEX: #D8DDEE
RGB: (216,221,238)

Color info

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

RGB color model

#D8DDEE color RGB value is (216,221,238).

  • red value is 216;
  • green value is 221;
  • blue value is 238.
RGB:
(216,221,238)
(85%,87%,93%)

RGB channels and saturation

R 216 of 255 = 85%
G 221 of 255 = 87%
B 238 of 255 = 93%

216
221
238

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

Portions of RGB colors in percentages

R + G + B =
216 + 221 + 238 = 675 (100%)
R 216 of 675 ~ 32%
G 221 of 675 ~ 32.74%
B 238 of 675 ~ 35.26%

%32
%32.74
%35.26

CMYK color model

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

  • cyan value is 9.24%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(9,7,0,7)
C9M7Y0K7 
(9%,7%,0%,7%)
(0.09/0.07/0.00/0.07)	

CMYK percentages

%9.24
%7.14
%0
%6.67

Codes

Color #D8DDEE in popluar color models

D8DDEE
RGB216221238
HSL226°39.29%89.02%
HSB/HSV226°9.24%93.33%
CMYK9.24%7.14%0.00%
6.67%

Color #D8DDEE in popluar number systems.

HEXD8DDEE
Decimal216221238
Binary110110001101110111101110
Octal330335356

Shades and tints

Shades of #D8DDEE

#D8DDEE
(216,221,238)
#C5C9D9
(197,201,217)
#B2B5C4
(178,181,196)
#9FA1AF
(159,161,175)
#8C8D9A
(140,141,154)
#797985
(121,121,133)
#666570
(102,101,112)
#53515B
(83,81,91)
#403D46
(64,61,70)
#2D2931
(45,41,49)
#1A151C
(26,21,28)
#000000
(0,0,0)

Tints of #D8DDEE

#D8DDEE
(216,221,238)
#DBE0EF
(219,224,239)
#DEE3F0
(222,227,240)
#E1E6F1
(225,230,241)
#E4E9F2
(228,233,242)
#E7ECF3
(231,236,243)
#EAEFF4
(234,239,244)
#EDF2F5
(237,242,245)
#F0F5F6
(240,245,246)
#F3F8F7
(243,248,247)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DDEE; }

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

This text font color is #D8DDEE.


Background Color

.myBgColor { background-color: #D8DDEE; }

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

This div background color is #D8DDEE.


Border color

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

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

This div border color is #D8DDEE.


Opacity

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

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

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

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

This text has shadow with #D8DDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DDEE on black background.


Color preview on white background

This text has color #D8DDEE on white background.



Black color preview on #D8DDEE background

This text has black color on #D8DDEE background.


White color preview on #D8DDEE background

This text has white color on #D8DDEE background.