COLOR #D6D5EC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

214
213
236

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

Portions of RGB colors in percentages

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

%32.28
%32.13
%35.6

CMYK color model

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

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

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

CMYK percentages

%9.32
%9.75
%0
%7.45

Codes

Color #D6D5EC in popluar color models

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

Color #D6D5EC in popluar number systems.

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

Shades and tints

Shades of #D6D5EC

#D6D5EC
(214,213,236)
#C3C2D7
(195,194,215)
#B0AFC2
(176,175,194)
#9D9CAD
(157,156,173)
#8A8998
(138,137,152)
#777683
(119,118,131)
#64636E
(100,99,110)
#515059
(81,80,89)
#3E3D44
(62,61,68)
#2B2A2F
(43,42,47)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #D6D5EC

#D6D5EC
(214,213,236)
#D9D8ED
(217,216,237)
#DCDBEE
(220,219,238)
#DFDEEF
(223,222,239)
#E2E1F0
(226,225,240)
#E5E4F1
(229,228,241)
#E8E7F2
(232,231,242)
#EBEAF3
(235,234,243)
#EEEDF4
(238,237,244)
#F1F0F5
(241,240,245)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D5EC; }

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

This text font color is #D6D5EC.

Background Color

.myBgColor { background-color: #D6D5EC; }

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

This div background color is #D6D5EC.

Border color

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

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

This div border color is #D6D5EC.

Opacity

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

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

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

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

This text has shadow with #D6D5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6D5EC.

Preview

Color preview on black background

This text has color #D6D5EC on black background.


Color preview on white background

This text has color #D6D5EC on white background.


Black color preview on #D6D5EC background

This text has black color on #D6D5EC background.


White color preview on #D6D5EC background

This text has white color on #D6D5EC background.


Related colors

Complementary color

Complementary color for #hex is #292A13.


I love getcolorcode.com

Triadic colors

1 #ECD6D5 and #D5ECD6 with #D6D5EC are triadic colors.

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