COLOR #D8D6EB

HEX: #D8D6EB RGB: (216,214,235)

Color info

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

RGB color model

#D8D6EB color RGB value is (216,214,235).

RGB: (216,214,235) (85%, 84%, 92%)

RGB channels and saturation

R 216 of 255 = 85%
G 214 of 255 = 84%
B 235 of 255 = 92%

216
214
235

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

Portions of RGB colors in percentages

R + G + B = 216 + 214 + 235 = 665 (100%)
R 216 of 665 ~ 32.48%
G 214 of 665 ~ 32.18%
B 235 of 665 ~ 35.34'%

%32.48
%32.18
%35.34

CMYK color model

#D8D6EB color CMYK value is (8,9,0,8).

  • cyan value is 8.09%
  • magenta value is 8.94%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (8,9,0,8)
C8M9Y0K8 (8%, 9%, 0%, 8%)
(0.08 / 0.09 / 0.00 / 0.08)

CMYK percentages

%8.09
%8.94
%0
%7.84

Codes

Color #D8D6EB in popluar color models

D8 D6 EB
RGB 216 214 235
HSL 246° 34.43% 88.04%
HSB/HSV 246° 8.94% 92.16%
CMYK 8.09% 8.94% 0.00%
7.84%

Color #D8D6EB in popluar number systems.

HEX D8 D6 EB
Decimal 216 214 235
Binary 11011000 11010110 11101011
Octal 330 326 353

Shades and tints

Shades of #D8D6EB

#D8D6EB
(216,214,235)
#C5C3D6
(197,195,214)
#B2B0C1
(178,176,193)
#9F9DAC
(159,157,172)
#8C8A97
(140,138,151)
#797782
(121,119,130)
#66646D
(102,100,109)
#535158
(83,81,88)
#403E43
(64,62,67)
#2D2B2E
(45,43,46)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #D8D6EB

#D8D6EB
(216,214,235)
#DBD9EC
(219,217,236)
#DEDCED
(222,220,237)
#E1DFEE
(225,223,238)
#E4E2EF
(228,226,239)
#E7E5F0
(231,229,240)
#EAE8F1
(234,232,241)
#EDEBF2
(237,235,242)
#F0EEF3
(240,238,243)
#F3F1F4
(243,241,244)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8D6EB color. Also use rgb(216,214,235) instead hex code.

Text Font Color

.myTextColor { color: #D8D6EB; }

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

This text font color is #D8D6EB.

Background Color

.myBgColor { background-color: #D8D6EB; }

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

This div background color is #D8D6EB.

Border color

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

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

This div border color is #D8D6EB.

Opacity

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

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

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

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

This text has shadow with #D8D6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8D6EB.

Preview

Color preview on black background

This text has color #D8D6EB on black background.


Color preview on white background

This text has color #D8D6EB on white background.


Black color preview on #D8D6EB background

This text has black color on #D8D6EB background.


White color preview on #D8D6EB background

This text has white color on #D8D6EB background.


Related colors

Complementary color

Complementary color for #hex is #272914.


I love getcolorcode.com

Triadic colors

1 #EBD8D6 and #D6EBD8 with #D8D6EB are triadic colors.

2 #EBD6D8 and #D6D8EB with #D8D6EB are triadic colors.