COLOR #D9DEEE

HEX: #D9DEEE RGB: (217,222,238)

Color info

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

RGB color model

#D9DEEE color RGB value is (217,222,238).

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

RGB channels and saturation

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

217
222
238

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

Portions of RGB colors in percentages

R + G + B = 217 + 222 + 238 = 677 (100%)
R 217 of 677 ~ 32.05%
G 222 of 677 ~ 32.79%
B 238 of 677 ~ 35.16'%

%32.05
%32.79
%35.16

CMYK color model

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

  • cyan value is 8.82%
  • magenta value is 6.72%
  • 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

%8.82
%6.72
%0
%6.67

Codes

Color #D9DEEE in popluar color models

D9 DE EE
RGB 217 222 238
HSL 226° 38.18% 89.22%
HSB/HSV 226° 8.82% 93.33%
CMYK 8.82% 6.72% 0.00%
6.67%

Color #D9DEEE in popluar number systems.

HEX D9 DE EE
Decimal 217 222 238
Binary 11011001 11011110 11101110
Octal 331 336 356

Shades and tints

Shades of #D9DEEE

#D9DEEE
(217,222,238)
#C6CAD9
(198,202,217)
#B3B6C4
(179,182,196)
#A0A2AF
(160,162,175)
#8D8E9A
(141,142,154)
#7A7A85
(122,122,133)
#676670
(103,102,112)
#54525B
(84,82,91)
#413E46
(65,62,70)
#2E2A31
(46,42,49)
#1B161C
(27,22,28)
#000000
(0,0,0)

Tints of #D9DEEE

#D9DEEE
(217,222,238)
#DCE1EF
(220,225,239)
#DFE4F0
(223,228,240)
#E2E7F1
(226,231,241)
#E5EAF2
(229,234,242)
#E8EDF3
(232,237,243)
#EBF0F4
(235,240,244)
#EEF3F5
(238,243,245)
#F1F6F6
(241,246,246)
#F4F9F7
(244,249,247)
#F7FCF8
(247,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DEEE; }

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

This text font color is #D9DEEE.

Background Color

.myBgColor { background-color: #D9DEEE; }

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

This div background color is #D9DEEE.

Border color

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

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

This div border color is #D9DEEE.

Opacity

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

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

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

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

This text has shadow with #D9DEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DEEE.

Preview

Color preview on black background

This text has color #D9DEEE on black background.


Color preview on white background

This text has color #D9DEEE on white background.


Black color preview on #D9DEEE background

This text has black color on #D9DEEE background.


White color preview on #D9DEEE background

This text has white color on #D9DEEE background.


Related colors

Complementary color

Complementary color for #hex is #262111.


I love getcolorcode.com

Triadic colors

1 #EED9DE and #DEEED9 with #D9DEEE are triadic colors.

2 #EEDED9 and #DED9EE with #D9DEEE are triadic colors.