COLOR #D8DEEA

HEX: #D8DEEA RGB: (216,222,234)

Color info

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

RGB color model

#D8DEEA color RGB value is (216,222,234).

RGB: (216,222,234) (85%, 87%, 92%)

RGB channels and saturation

R 216 of 255 = 85%
G 222 of 255 = 87%
B 234 of 255 = 92%

216
222
234

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

Portions of RGB colors in percentages

R + G + B = 216 + 222 + 234 = 672 (100%)
R 216 of 672 ~ 32.14%
G 222 of 672 ~ 33.04%
B 234 of 672 ~ 34.82'%

%32.14
%33.04
%34.82

CMYK color model

#D8DEEA color CMYK value is (8,5,0,8).

  • cyan value is 7.69%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (8,5,0,8)
C8M5Y0K8 (8%, 5%, 0%, 8%)
(0.08 / 0.05 / 0.00 / 0.08)

CMYK percentages

%7.69
%5.13
%0
%8.24

Codes

Color #D8DEEA in popluar color models

D8 DE EA
RGB 216 222 234
HSL 220° 30.00% 88.24%
HSB/HSV 220° 7.69% 91.76%
CMYK 7.69% 5.13% 0.00%
8.24%

Color #D8DEEA in popluar number systems.

HEX D8 DE EA
Decimal 216 222 234
Binary 11011000 11011110 11101010
Octal 330 336 352

Shades and tints

Shades of #D8DEEA

#D8DEEA
(216,222,234)
#C5CAD5
(197,202,213)
#B2B6C0
(178,182,192)
#9FA2AB
(159,162,171)
#8C8E96
(140,142,150)
#797A81
(121,122,129)
#66666C
(102,102,108)
#535257
(83,82,87)
#403E42
(64,62,66)
#2D2A2D
(45,42,45)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #D8DEEA

#D8DEEA
(216,222,234)
#DBE1EB
(219,225,235)
#DEE4EC
(222,228,236)
#E1E7ED
(225,231,237)
#E4EAEE
(228,234,238)
#E7EDEF
(231,237,239)
#EAF0F0
(234,240,240)
#EDF3F1
(237,243,241)
#F0F6F2
(240,246,242)
#F3F9F3
(243,249,243)
#F6FCF4
(246,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DEEA color. Also use rgb(216,222,234) instead hex code.

Text Font Color

.myTextColor { color: #D8DEEA; }

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

This text font color is #D8DEEA.

Background Color

.myBgColor { background-color: #D8DEEA; }

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

This div background color is #D8DEEA.

Border color

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

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

This div border color is #D8DEEA.

Opacity

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

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

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

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

This text has shadow with #D8DEEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DEEA.

Preview

Color preview on black background

This text has color #D8DEEA on black background.


Color preview on white background

This text has color #D8DEEA on white background.


Black color preview on #D8DEEA background

This text has black color on #D8DEEA background.


White color preview on #D8DEEA background

This text has white color on #D8DEEA background.


Related colors

Complementary color

Complementary color for #hex is #272115.


I love getcolorcode.com

Triadic colors

1 #EAD8DE and #DEEAD8 with #D8DEEA are triadic colors.

2 #EADED8 and #DED8EA with #D8DEEA are triadic colors.