COLOR #D8D6EA

HEX: #D8D6EA RGB: (216,214,234)

Color info

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

RGB color model

#D8D6EA color RGB value is (216,214,234).

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

RGB channels and saturation

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

216
214
234

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

Portions of RGB colors in percentages

R + G + B = 216 + 214 + 234 = 664 (100%)
R 216 of 664 ~ 32.53%
G 214 of 664 ~ 32.23%
B 234 of 664 ~ 35.24'%

%32.53
%32.23
%35.24

CMYK color model

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

  • cyan value is 7.69%
  • magenta value is 8.55%
  • yellow value is 0.00%
  • key color value is 8.24%

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

CMYK percentages

%7.69
%8.55
%0
%8.24

Codes

Color #D8D6EA in popluar color models

D8 D6 EA
RGB 216 214 234
HSL 246° 32.26% 87.84%
HSB/HSV 246° 8.55% 91.76%
CMYK 7.69% 8.55% 0.00%
8.24%

Color #D8D6EA in popluar number systems.

HEX D8 D6 EA
Decimal 216 214 234
Binary 11011000 11010110 11101010
Octal 330 326 352

Shades and tints

Shades of #D8D6EA

#D8D6EA
(216,214,234)
#C5C3D5
(197,195,213)
#B2B0C0
(178,176,192)
#9F9DAB
(159,157,171)
#8C8A96
(140,138,150)
#797781
(121,119,129)
#66646C
(102,100,108)
#535157
(83,81,87)
#403E42
(64,62,66)
#2D2B2D
(45,43,45)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #D8D6EA

#D8D6EA
(216,214,234)
#DBD9EB
(219,217,235)
#DEDCEC
(222,220,236)
#E1DFED
(225,223,237)
#E4E2EE
(228,226,238)
#E7E5EF
(231,229,239)
#EAE8F0
(234,232,240)
#EDEBF1
(237,235,241)
#F0EEF2
(240,238,242)
#F3F1F3
(243,241,243)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D6EA; }

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

This text font color is #D8D6EA.

Background Color

.myBgColor { background-color: #D8D6EA; }

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

This div background color is #D8D6EA.

Border color

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

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

This div border color is #D8D6EA.

Opacity

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

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

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

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

This text has shadow with #D8D6EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8D6EA.

Preview

Color preview on black background

This text has color #D8D6EA on black background.


Color preview on white background

This text has color #D8D6EA on white background.


Black color preview on #D8D6EA background

This text has black color on #D8D6EA background.


White color preview on #D8D6EA background

This text has white color on #D8D6EA background.


Related colors

Complementary color

Complementary color for #hex is #272915.


I love getcolorcode.com

Triadic colors

1 #EAD8D6 and #D6EAD8 with #D8D6EA are triadic colors.

2 #EAD6D8 and #D6D8EA with #D8D6EA are triadic colors.