COLOR #D8C0E4

HEX: #D8C0E4
RGB: (216,192,228)

Color info

#D8C0E4 contains red, green and blue colors in about the same proportion. Web safe color of #D8C0E4 is #CCCCCC (or #CCC).

RGB color model

#D8C0E4 color RGB value is (216,192,228).

  • red value is 216;
  • green value is 192;
  • blue value is 228.
RGB:
(216,192,228)
(85%,75%,89%)

RGB channels and saturation

R 216 of 255 = 85%
G 192 of 255 = 75%
B 228 of 255 = 89%

216
192
228

R + G + B ~ 83%. #D8C0E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 192 + 228 = 636 (100%)
R 216 of 636 ~ 33.96%
G 192 of 636 ~ 30.19%
B 228 of 636 ~ 35.85%

%33.96
%30.19
%35.85

CMYK color model

#D8C0E4 color CMYK value is (5,16,0,11).

  • cyan value is 5.26%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(5,16,0,11)
C5M16Y0K11 
(5%,16%,0%,11%)
(0.05/0.16/0.00/0.11)	

CMYK percentages

%5.26
%15.79
%0
%10.59

Codes

Color #D8C0E4 in popluar color models

D8C0E4
RGB216192228
HSL280°40.00%82.35%
HSB/HSV280°15.79%89.41%
CMYK5.26%15.79%0.00%
10.59%

Color #D8C0E4 in popluar number systems.

HEXD8C0E4
Decimal216192228
Binary110110001100000011100100
Octal330300344

Shades and tints

Shades of #D8C0E4

#D8C0E4
(216,192,228)
#C5AFD0
(197,175,208)
#B29EBC
(178,158,188)
#9F8DA8
(159,141,168)
#8C7C94
(140,124,148)
#796B80
(121,107,128)
#665A6C
(102,90,108)
#534958
(83,73,88)
#403844
(64,56,68)
#2D2730
(45,39,48)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #D8C0E4

#D8C0E4
(216,192,228)
#DBC5E6
(219,197,230)
#DECAE8
(222,202,232)
#E1CFEA
(225,207,234)
#E4D4EC
(228,212,236)
#E7D9EE
(231,217,238)
#EADEF0
(234,222,240)
#EDE3F2
(237,227,242)
#F0E8F4
(240,232,244)
#F3EDF6
(243,237,246)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C0E4 color. Also use rgb(216,192,228) instead hex code.

Text Font Color

.myTextColor { color: #D8C0E4; }

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

This text font color is #D8C0E4.


Background Color

.myBgColor { background-color: #D8C0E4; }

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

This div background color is #D8C0E4.


Border color

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

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

This div border color is #D8C0E4.


Opacity

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

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

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

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

This text has shadow with #D8C0E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C0E4 on black background.


Color preview on white background

This text has color #D8C0E4 on white background.



Black color preview on #D8C0E4 background

This text has black color on #D8C0E4 background.


White color preview on #D8C0E4 background

This text has white color on #D8C0E4 background.