COLOR #D8CEEA

HEX: #D8CEEA
RGB: (216,206,234)

Color info

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

RGB color model

#D8CEEA color RGB value is (216,206,234).

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

RGB channels and saturation

R 216 of 255 = 85%
G 206 of 255 = 81%
B 234 of 255 = 92%

216
206
234

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

Portions of RGB colors in percentages

R + G + B =
216 + 206 + 234 = 656 (100%)
R 216 of 656 ~ 32.93%
G 206 of 656 ~ 31.4%
B 234 of 656 ~ 35.67%

%32.93
%31.4
%35.67

CMYK color model

#D8CEEA color CMYK value is (8,12,0,8).

  • cyan value is 7.69%
  • magenta value is 11.97%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(8,12,0,8)
C8M12Y0K8 
(8%,12%,0%,8%)
(0.08/0.12/0.00/0.08)	

CMYK percentages

%7.69
%11.97
%0
%8.24

Codes

Color #D8CEEA in popluar color models

D8CEEA
RGB216206234
HSL261°40.00%86.27%
HSB/HSV261°11.97%91.76%
CMYK7.69%11.97%0.00%
8.24%

Color #D8CEEA in popluar number systems.

HEXD8CEEA
Decimal216206234
Binary110110001100111011101010
Octal330316352

Shades and tints

Shades of #D8CEEA

#D8CEEA
(216,206,234)
#C5BCD5
(197,188,213)
#B2AAC0
(178,170,192)
#9F98AB
(159,152,171)
#8C8696
(140,134,150)
#797481
(121,116,129)
#66626C
(102,98,108)
#535057
(83,80,87)
#403E42
(64,62,66)
#2D2C2D
(45,44,45)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #D8CEEA

#D8CEEA
(216,206,234)
#DBD2EB
(219,210,235)
#DED6EC
(222,214,236)
#E1DAED
(225,218,237)
#E4DEEE
(228,222,238)
#E7E2EF
(231,226,239)
#EAE6F0
(234,230,240)
#EDEAF1
(237,234,241)
#F0EEF2
(240,238,242)
#F3F2F3
(243,242,243)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8CEEA; }

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

This text font color is #D8CEEA.


Background Color

.myBgColor { background-color: #D8CEEA; }

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

This div background color is #D8CEEA.


Border color

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

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

This div border color is #D8CEEA.


Opacity

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

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

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

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

This text has shadow with #D8CEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CEEA on black background.


Color preview on white background

This text has color #D8CEEA on white background.



Black color preview on #D8CEEA background

This text has black color on #D8CEEA background.


White color preview on #D8CEEA background

This text has white color on #D8CEEA background.