COLOR #D5DEEE

HEX: #D5DEEE RGB: (213,222,238)

Color info

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

RGB color model

#D5DEEE color RGB value is (213,222,238).

RGB: (213,222,238) (84%, 87%, 93%)

RGB channels and saturation

R 213 of 255 = 84%
G 222 of 255 = 87%
B 238 of 255 = 93%

213
222
238

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

Portions of RGB colors in percentages

R + G + B = 213 + 222 + 238 = 673 (100%)
R 213 of 673 ~ 31.65%
G 222 of 673 ~ 32.99%
B 238 of 673 ~ 35.36'%

%31.65
%32.99
%35.36

CMYK color model

#D5DEEE color CMYK value is (11,7,0,7).

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

CMYK: (11,7,0,7)
C11M7Y0K7 (11%, 7%, 0%, 7%)
(0.11 / 0.07 / 0.00 / 0.07)

CMYK percentages

%10.5
%6.72
%0
%6.67

Codes

Color #D5DEEE in popluar color models

D5 DE EE
RGB 213 222 238
HSL 218° 42.37% 88.43%
HSB/HSV 218° 10.50% 93.33%
CMYK 10.50% 6.72% 0.00%
6.67%

Color #D5DEEE in popluar number systems.

HEX D5 DE EE
Decimal 213 222 238
Binary 11010101 11011110 11101110
Octal 325 336 356

Shades and tints

Shades of #D5DEEE

#D5DEEE
(213,222,238)
#C2CAD9
(194,202,217)
#AFB6C4
(175,182,196)
#9CA2AF
(156,162,175)
#898E9A
(137,142,154)
#767A85
(118,122,133)
#636670
(99,102,112)
#50525B
(80,82,91)
#3D3E46
(61,62,70)
#2A2A31
(42,42,49)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #D5DEEE

#D5DEEE
(213,222,238)
#D8E1EF
(216,225,239)
#DBE4F0
(219,228,240)
#DEE7F1
(222,231,241)
#E1EAF2
(225,234,242)
#E4EDF3
(228,237,243)
#E7F0F4
(231,240,244)
#EAF3F5
(234,243,245)
#EDF6F6
(237,246,246)
#F0F9F7
(240,249,247)
#F3FCF8
(243,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DEEE; }

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

This text font color is #D5DEEE.

Background Color

.myBgColor { background-color: #D5DEEE; }

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

This div background color is #D5DEEE.

Border color

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

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

This div border color is #D5DEEE.

Opacity

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

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

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

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

This text has shadow with #D5DEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DEEE.

Preview

Color preview on black background

This text has color #D5DEEE on black background.


Color preview on white background

This text has color #D5DEEE on white background.


Black color preview on #D5DEEE background

This text has black color on #D5DEEE background.


White color preview on #D5DEEE background

This text has white color on #D5DEEE background.


Related colors

Complementary color

Complementary color for #hex is #2A2111.


I love getcolorcode.com

Triadic colors

1 #EED5DE and #DEEED5 with #D5DEEE are triadic colors.

2 #EEDED5 and #DED5EE with #D5DEEE are triadic colors.