COLOR #D8CEE9

HEX: #D8CEE9
RGB: (216,206,233)

Color info

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

RGB color model

#D8CEE9 color RGB value is (216,206,233).

  • red value is 216;
  • green value is 206;
  • blue value is 233.
RGB:
(216,206,233)
(85%,81%,91%)

RGB channels and saturation

R 216 of 255 = 85%
G 206 of 255 = 81%
B 233 of 255 = 91%

216
206
233

R + G + B ~ 86%. #D8CEE9 is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 206 + 233 = 655 (100%)
R 216 of 655 ~ 32.98%
G 206 of 655 ~ 31.45%
B 233 of 655 ~ 35.57%

%32.98
%31.45
%35.57

CMYK color model

#D8CEE9 color CMYK value is (7,12,0,9).

  • cyan value is 7.30%
  • magenta value is 11.59%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(7,12,0,9)
C7M12Y0K9 
(7%,12%,0%,9%)
(0.07/0.12/0.00/0.09)	

CMYK percentages

%7.3
%11.59
%0
%8.63

Codes

Color #D8CEE9 in popluar color models

D8CEE9
RGB216206233
HSL262°38.03%86.08%
HSB/HSV262°11.59%91.37%
CMYK7.30%11.59%0.00%
8.63%

Color #D8CEE9 in popluar number systems.

HEXD8CEE9
Decimal216206233
Binary110110001100111011101001
Octal330316351

Shades and tints

Shades of #D8CEE9

#D8CEE9
(216,206,233)
#C5BCD4
(197,188,212)
#B2AABF
(178,170,191)
#9F98AA
(159,152,170)
#8C8695
(140,134,149)
#797480
(121,116,128)
#66626B
(102,98,107)
#535056
(83,80,86)
#403E41
(64,62,65)
#2D2C2C
(45,44,44)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #D8CEE9

#D8CEE9
(216,206,233)
#DBD2EB
(219,210,235)
#DED6ED
(222,214,237)
#E1DAEF
(225,218,239)
#E4DEF1
(228,222,241)
#E7E2F3
(231,226,243)
#EAE6F5
(234,230,245)
#EDEAF7
(237,234,247)
#F0EEF9
(240,238,249)
#F3F2FB
(243,242,251)
#F6F6FD
(246,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8CEE9 color. Also use rgb(216,206,233) instead hex code.

Text Font Color

.myTextColor { color: #D8CEE9; }

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

This text font color is #D8CEE9.


Background Color

.myBgColor { background-color: #D8CEE9; }

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

This div background color is #D8CEE9.


Border color

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

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

This div border color is #D8CEE9.


Opacity

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

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

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

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

This text has shadow with #D8CEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CEE9 on black background.


Color preview on white background

This text has color #D8CEE9 on white background.



Black color preview on #D8CEE9 background

This text has black color on #D8CEE9 background.


White color preview on #D8CEE9 background

This text has white color on #D8CEE9 background.