COLOR #D8EEDE

HEX: #D8EEDE RGB: (216,238,222)

Color info

#D8EEDE contains red, green and blue colors in about the same proportion. Web safe color of #D8EEDE is #CCFFCC (or #CFC).

RGB color model

#D8EEDE color RGB value is (216,238,222).

RGB: (216,238,222) (85%, 93%, 87%)

RGB channels and saturation

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

216
238
222

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

Portions of RGB colors in percentages

R + G + B = 216 + 238 + 222 = 676 (100%)
R 216 of 676 ~ 31.95%
G 238 of 676 ~ 35.21%
B 222 of 676 ~ 32.84'%

%31.95
%35.21
%32.84

CMYK color model

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

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

CMYK: (9,0,7,7)
C9M0Y7K7 (9%, 0%, 7%, 7%)
(0.09 / 0.00 / 0.07 / 0.07)

CMYK percentages

%9.24
%0
%6.72
%6.67

Codes

Color #D8EEDE in popluar color models

D8 EE DE
RGB 216 238 222
HSL 136° 39.29% 89.02%
HSB/HSV 136° 9.24% 93.33%
CMYK 9.24% 0.00% 6.72%
6.67%

Color #D8EEDE in popluar number systems.

HEX D8 EE DE
Decimal 216 238 222
Binary 11011000 11101110 11011110
Octal 330 356 336

Shades and tints

Shades of #D8EEDE

#D8EEDE
(216,238,222)
#C5D9CA
(197,217,202)
#B2C4B6
(178,196,182)
#9FAFA2
(159,175,162)
#8C9A8E
(140,154,142)
#79857A
(121,133,122)
#667066
(102,112,102)
#535B52
(83,91,82)
#40463E
(64,70,62)
#2D312A
(45,49,42)
#1A1C16
(26,28,22)
#000000
(0,0,0)

Tints of #D8EEDE

#D8EEDE
(216,238,222)
#DBEFE1
(219,239,225)
#DEF0E4
(222,240,228)
#E1F1E7
(225,241,231)
#E4F2EA
(228,242,234)
#E7F3ED
(231,243,237)
#EAF4F0
(234,244,240)
#EDF5F3
(237,245,243)
#F0F6F6
(240,246,246)
#F3F7F9
(243,247,249)
#F6F8FC
(246,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EEDE; }

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

This text font color is #D8EEDE.

Background Color

.myBgColor { background-color: #D8EEDE; }

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

This div background color is #D8EEDE.

Border color

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

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

This div border color is #D8EEDE.

Opacity

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

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

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

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

This text has shadow with #D8EEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EEDE.

Preview

Color preview on black background

This text has color #D8EEDE on black background.


Color preview on white background

This text has color #D8EEDE on white background.


Black color preview on #D8EEDE background

This text has black color on #D8EEDE background.


White color preview on #D8EEDE background

This text has white color on #D8EEDE background.


Related colors

Complementary color

Complementary color for #hex is #271121.


I love getcolorcode.com

Triadic colors

1 #DED8EE and #EEDED8 with #D8EEDE are triadic colors.

2 #DEEED8 and #EED8DE with #D8EEDE are triadic colors.