COLOR #D8CBF4

HEX: #D8CBF4
RGB: (216,203,244)

Color info

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

RGB color model

#D8CBF4 color RGB value is (216,203,244).

  • red value is 216;
  • green value is 203;
  • blue value is 244.
RGB:
(216,203,244)
(85%,80%,96%)

RGB channels and saturation

R 216 of 255 = 85%
G 203 of 255 = 80%
B 244 of 255 = 96%

216
203
244

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

Portions of RGB colors in percentages

R + G + B =
216 + 203 + 244 = 663 (100%)
R 216 of 663 ~ 32.58%
G 203 of 663 ~ 30.62%
B 244 of 663 ~ 36.8%

%32.58
%30.62
%36.8

CMYK color model

#D8CBF4 color CMYK value is (11,17,0,4).

  • cyan value is 11.48%
  • magenta value is 16.80%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(11,17,0,4)
C11M17Y0K4 
(11%,17%,0%,4%)
(0.11/0.17/0.00/0.04)	

CMYK percentages

%11.48
%16.8
%0
%4.31

Codes

Color #D8CBF4 in popluar color models

D8CBF4
RGB216203244
HSL259°65.08%87.65%
HSB/HSV259°16.80%95.69%
CMYK11.48%16.80%0.00%
4.31%

Color #D8CBF4 in popluar number systems.

HEXD8CBF4
Decimal216203244
Binary110110001100101111110100
Octal330313364

Shades and tints

Shades of #D8CBF4

#D8CBF4
(216,203,244)
#C5B9DE
(197,185,222)
#B2A7C8
(178,167,200)
#9F95B2
(159,149,178)
#8C839C
(140,131,156)
#797186
(121,113,134)
#665F70
(102,95,112)
#534D5A
(83,77,90)
#403B44
(64,59,68)
#2D292E
(45,41,46)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #D8CBF4

#D8CBF4
(216,203,244)
#DBCFF5
(219,207,245)
#DED3F6
(222,211,246)
#E1D7F7
(225,215,247)
#E4DBF8
(228,219,248)
#E7DFF9
(231,223,249)
#EAE3FA
(234,227,250)
#EDE7FB
(237,231,251)
#F0EBFC
(240,235,252)
#F3EFFD
(243,239,253)
#F6F3FE
(246,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8CBF4 color. Also use rgb(216,203,244) instead hex code.

Text Font Color

.myTextColor { color: #D8CBF4; }

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

This text font color is #D8CBF4.


Background Color

.myBgColor { background-color: #D8CBF4; }

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

This div background color is #D8CBF4.


Border color

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

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

This div border color is #D8CBF4.


Opacity

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

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

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

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

This text has shadow with #D8CBF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CBF4 on black background.


Color preview on white background

This text has color #D8CBF4 on white background.



Black color preview on #D8CBF4 background

This text has black color on #D8CBF4 background.


White color preview on #D8CBF4 background

This text has white color on #D8CBF4 background.