COLOR #D9DEED

HEX: #D9DEED RGB: (217,222,237)

Color info

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

RGB color model

#D9DEED color RGB value is (217,222,237).

RGB: (217,222,237) (85%, 87%, 93%)

RGB channels and saturation

R 217 of 255 = 85%
G 222 of 255 = 87%
B 237 of 255 = 93%

217
222
237

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

Portions of RGB colors in percentages

R + G + B = 217 + 222 + 237 = 676 (100%)
R 217 of 676 ~ 32.1%
G 222 of 676 ~ 32.84%
B 237 of 676 ~ 35.06'%

%32.1
%32.84
%35.06

CMYK color model

#D9DEED color CMYK value is (8,6,0,7).

  • cyan value is 8.44%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (8,6,0,7)
C8M6Y0K7 (8%, 6%, 0%, 7%)
(0.08 / 0.06 / 0.00 / 0.07)

CMYK percentages

%8.44
%6.33
%0
%7.06

Codes

Color #D9DEED in popluar color models

D9 DE ED
RGB 217 222 237
HSL 225° 35.71% 89.02%
HSB/HSV 225° 8.44% 92.94%
CMYK 8.44% 6.33% 0.00%
7.06%

Color #D9DEED in popluar number systems.

HEX D9 DE ED
Decimal 217 222 237
Binary 11011001 11011110 11101101
Octal 331 336 355

Shades and tints

Shades of #D9DEED

#D9DEED
(217,222,237)
#C6CAD8
(198,202,216)
#B3B6C3
(179,182,195)
#A0A2AE
(160,162,174)
#8D8E99
(141,142,153)
#7A7A84
(122,122,132)
#67666F
(103,102,111)
#54525A
(84,82,90)
#413E45
(65,62,69)
#2E2A30
(46,42,48)
#1B161B
(27,22,27)
#000000
(0,0,0)

Tints of #D9DEED

#D9DEED
(217,222,237)
#DCE1EE
(220,225,238)
#DFE4EF
(223,228,239)
#E2E7F0
(226,231,240)
#E5EAF1
(229,234,241)
#E8EDF2
(232,237,242)
#EBF0F3
(235,240,243)
#EEF3F4
(238,243,244)
#F1F6F5
(241,246,245)
#F4F9F6
(244,249,246)
#F7FCF7
(247,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DEED color. Also use rgb(217,222,237) instead hex code.

Text Font Color

.myTextColor { color: #D9DEED; }

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

This text font color is #D9DEED.

Background Color

.myBgColor { background-color: #D9DEED; }

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

This div background color is #D9DEED.

Border color

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

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

This div border color is #D9DEED.

Opacity

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

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

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

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

This text has shadow with #D9DEED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DEED.

Preview

Color preview on black background

This text has color #D9DEED on black background.


Color preview on white background

This text has color #D9DEED on white background.


Black color preview on #D9DEED background

This text has black color on #D9DEED background.


White color preview on #D9DEED background

This text has white color on #D9DEED background.


Related colors

Complementary color

Complementary color for #hex is #262112.


I love getcolorcode.com

Triadic colors

1 #EDD9DE and #DEEDD9 with #D9DEED are triadic colors.

2 #EDDED9 and #DED9ED with #D9DEED are triadic colors.