COLOR #D8C1E5

HEX: #D8C1E5
RGB: (216,193,229)

Color info

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

RGB color model

#D8C1E5 color RGB value is (216,193,229).

  • red value is 216;
  • green value is 193;
  • blue value is 229.
RGB:
(216,193,229)
(85%,76%,90%)

RGB channels and saturation

R 216 of 255 = 85%
G 193 of 255 = 76%
B 229 of 255 = 90%

216
193
229

R + G + B ~ 84%. #D8C1E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 193 + 229 = 638 (100%)
R 216 of 638 ~ 33.86%
G 193 of 638 ~ 30.25%
B 229 of 638 ~ 35.89%

%33.86
%30.25
%35.89

CMYK color model

#D8C1E5 color CMYK value is (6,16,0,10).

  • cyan value is 5.68%
  • magenta value is 15.72%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(6,16,0,10)
C6M16Y0K10 
(6%,16%,0%,10%)
(0.06/0.16/0.00/0.10)	

CMYK percentages

%5.68
%15.72
%0
%10.2

Codes

Color #D8C1E5 in popluar color models

D8C1E5
RGB216193229
HSL278°40.91%82.75%
HSB/HSV278°15.72%89.80%
CMYK5.68%15.72%0.00%
10.20%

Color #D8C1E5 in popluar number systems.

HEXD8C1E5
Decimal216193229
Binary110110001100000111100101
Octal330301345

Shades and tints

Shades of #D8C1E5

#D8C1E5
(216,193,229)
#C5B0D1
(197,176,209)
#B29FBD
(178,159,189)
#9F8EA9
(159,142,169)
#8C7D95
(140,125,149)
#796C81
(121,108,129)
#665B6D
(102,91,109)
#534A59
(83,74,89)
#403945
(64,57,69)
#2D2831
(45,40,49)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #D8C1E5

#D8C1E5
(216,193,229)
#DBC6E7
(219,198,231)
#DECBE9
(222,203,233)
#E1D0EB
(225,208,235)
#E4D5ED
(228,213,237)
#E7DAEF
(231,218,239)
#EADFF1
(234,223,241)
#EDE4F3
(237,228,243)
#F0E9F5
(240,233,245)
#F3EEF7
(243,238,247)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C1E5 color. Also use rgb(216,193,229) instead hex code.

Text Font Color

.myTextColor { color: #D8C1E5; }

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

This text font color is #D8C1E5.


Background Color

.myBgColor { background-color: #D8C1E5; }

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

This div background color is #D8C1E5.


Border color

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

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

This div border color is #D8C1E5.


Opacity

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

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

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

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

This text has shadow with #D8C1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C1E5 on black background.


Color preview on white background

This text has color #D8C1E5 on white background.



Black color preview on #D8C1E5 background

This text has black color on #D8C1E5 background.


White color preview on #D8C1E5 background

This text has white color on #D8C1E5 background.