COLOR #D5D6EC

HEX: #D5D6EC RGB: (213,214,236)

Color info

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

RGB color model

#D5D6EC color RGB value is (213,214,236).

RGB: (213,214,236) (84%, 84%, 93%)

RGB channels and saturation

R 213 of 255 = 84%
G 214 of 255 = 84%
B 236 of 255 = 93%

213
214
236

R + G + B ~ 87%. #D5D6EC is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 214 + 236 = 663 (100%)
R 213 of 663 ~ 32.13%
G 214 of 663 ~ 32.28%
B 236 of 663 ~ 35.6'%

%32.13
%32.28
%35.6

CMYK color model

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

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

CMYK: (10,9,0,7)
C10M9Y0K7 (10%, 9%, 0%, 7%)
(0.10 / 0.09 / 0.00 / 0.07)

CMYK percentages

%9.75
%9.32
%0
%7.45

Codes

Color #D5D6EC in popluar color models

D5 D6 EC
RGB 213 214 236
HSL 237° 37.70% 88.04%
HSB/HSV 237° 9.75% 92.55%
CMYK 9.75% 9.32% 0.00%
7.45%

Color #D5D6EC in popluar number systems.

HEX D5 D6 EC
Decimal 213 214 236
Binary 11010101 11010110 11101100
Octal 325 326 354

Shades and tints

Shades of #D5D6EC

#D5D6EC
(213,214,236)
#C2C3D7
(194,195,215)
#AFB0C2
(175,176,194)
#9C9DAD
(156,157,173)
#898A98
(137,138,152)
#767783
(118,119,131)
#63646E
(99,100,110)
#505159
(80,81,89)
#3D3E44
(61,62,68)
#2A2B2F
(42,43,47)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #D5D6EC

#D5D6EC
(213,214,236)
#D8D9ED
(216,217,237)
#DBDCEE
(219,220,238)
#DEDFEF
(222,223,239)
#E1E2F0
(225,226,240)
#E4E5F1
(228,229,241)
#E7E8F2
(231,232,242)
#EAEBF3
(234,235,243)
#EDEEF4
(237,238,244)
#F0F1F5
(240,241,245)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D6EC; }

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

This text font color is #D5D6EC.

Background Color

.myBgColor { background-color: #D5D6EC; }

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

This div background color is #D5D6EC.

Border color

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

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

This div border color is #D5D6EC.

Opacity

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

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

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

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

This text has shadow with #D5D6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5D6EC.

Preview

Color preview on black background

This text has color #D5D6EC on black background.


Color preview on white background

This text has color #D5D6EC on white background.


Black color preview on #D5D6EC background

This text has black color on #D5D6EC background.


White color preview on #D5D6EC background

This text has white color on #D5D6EC background.


Related colors

Complementary color

Complementary color for #hex is #2A2913.


I love getcolorcode.com

Triadic colors

1 #ECD5D6 and #D6ECD5 with #D5D6EC are triadic colors.

2 #ECD6D5 and #D6D5EC with #D5D6EC are triadic colors.