COLOR #D5DDEC

HEX: #D5DDEC RGB: (213,221,236)

Color info

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

RGB color model

#D5DDEC color RGB value is (213,221,236).

RGB: (213,221,236) (84%, 87%, 93%)

RGB channels and saturation

R 213 of 255 = 84%
G 221 of 255 = 87%
B 236 of 255 = 93%

213
221
236

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

Portions of RGB colors in percentages

R + G + B = 213 + 221 + 236 = 670 (100%)
R 213 of 670 ~ 31.79%
G 221 of 670 ~ 32.99%
B 236 of 670 ~ 35.22'%

%31.79
%32.99
%35.22

CMYK color model

#D5DDEC color CMYK value is (10,6,0,7).

  • cyan value is 9.75%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (10,6,0,7)
C10M6Y0K7 (10%, 6%, 0%, 7%)
(0.10 / 0.06 / 0.00 / 0.07)

CMYK percentages

%9.75
%6.36
%0
%7.45

Codes

Color #D5DDEC in popluar color models

D5 DD EC
RGB 213 221 236
HSL 219° 37.70% 88.04%
HSB/HSV 219° 9.75% 92.55%
CMYK 9.75% 6.36% 0.00%
7.45%

Color #D5DDEC in popluar number systems.

HEX D5 DD EC
Decimal 213 221 236
Binary 11010101 11011101 11101100
Octal 325 335 354

Shades and tints

Shades of #D5DDEC

#D5DDEC
(213,221,236)
#C2C9D7
(194,201,215)
#AFB5C2
(175,181,194)
#9CA1AD
(156,161,173)
#898D98
(137,141,152)
#767983
(118,121,131)
#63656E
(99,101,110)
#505159
(80,81,89)
#3D3D44
(61,61,68)
#2A292F
(42,41,47)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #D5DDEC

#D5DDEC
(213,221,236)
#D8E0ED
(216,224,237)
#DBE3EE
(219,227,238)
#DEE6EF
(222,230,239)
#E1E9F0
(225,233,240)
#E4ECF1
(228,236,241)
#E7EFF2
(231,239,242)
#EAF2F3
(234,242,243)
#EDF5F4
(237,245,244)
#F0F8F5
(240,248,245)
#F3FBF6
(243,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DDEC color. Also use rgb(213,221,236) instead hex code.

Text Font Color

.myTextColor { color: #D5DDEC; }

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

This text font color is #D5DDEC.

Background Color

.myBgColor { background-color: #D5DDEC; }

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

This div background color is #D5DDEC.

Border color

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

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

This div border color is #D5DDEC.

Opacity

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

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

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

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

This text has shadow with #D5DDEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DDEC.

Preview

Color preview on black background

This text has color #D5DDEC on black background.


Color preview on white background

This text has color #D5DDEC on white background.


Black color preview on #D5DDEC background

This text has black color on #D5DDEC background.


White color preview on #D5DDEC background

This text has white color on #D5DDEC background.


Related colors

Complementary color

Complementary color for #hex is #2A2213.


I love getcolorcode.com

Triadic colors

1 #ECD5DD and #DDECD5 with #D5DDEC are triadic colors.

2 #ECDDD5 and #DDD5EC with #D5DDEC are triadic colors.