COLOR #D8C2DF

HEX: #D8C2DF
RGB: (216,194,223)

Color info

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

RGB color model

#D8C2DF color RGB value is (216,194,223).

  • red value is 216;
  • green value is 194;
  • blue value is 223.
RGB:
(216,194,223)
(85%,76%,87%)

RGB channels and saturation

R 216 of 255 = 85%
G 194 of 255 = 76%
B 223 of 255 = 87%

216
194
223

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

Portions of RGB colors in percentages

R + G + B =
216 + 194 + 223 = 633 (100%)
R 216 of 633 ~ 34.12%
G 194 of 633 ~ 30.65%
B 223 of 633 ~ 35.23%

%34.12
%30.65
%35.23

CMYK color model

#D8C2DF color CMYK value is (3,13,0,13).

  • cyan value is 3.14%
  • magenta value is 13.00%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(3,13,0,13)
C3M13Y0K13 
(3%,13%,0%,13%)
(0.03/0.13/0.00/0.13)	

CMYK percentages

%3.14
%13
%0
%12.55

Codes

Color #D8C2DF in popluar color models

D8C2DF
RGB216194223
HSL286°31.18%81.76%
HSB/HSV286°13.00%87.45%
CMYK3.14%13.00%0.00%
12.55%

Color #D8C2DF in popluar number systems.

HEXD8C2DF
Decimal216194223
Binary110110001100001011011111
Octal330302337

Shades and tints

Shades of #D8C2DF

#D8C2DF
(216,194,223)
#C5B1CB
(197,177,203)
#B2A0B7
(178,160,183)
#9F8FA3
(159,143,163)
#8C7E8F
(140,126,143)
#796D7B
(121,109,123)
#665C67
(102,92,103)
#534B53
(83,75,83)
#403A3F
(64,58,63)
#2D292B
(45,41,43)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #D8C2DF

#D8C2DF
(216,194,223)
#DBC7E1
(219,199,225)
#DECCE3
(222,204,227)
#E1D1E5
(225,209,229)
#E4D6E7
(228,214,231)
#E7DBE9
(231,219,233)
#EAE0EB
(234,224,235)
#EDE5ED
(237,229,237)
#F0EAEF
(240,234,239)
#F3EFF1
(243,239,241)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C2DF color. Also use rgb(216,194,223) instead hex code.

Text Font Color

.myTextColor { color: #D8C2DF; }

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

This text font color is #D8C2DF.


Background Color

.myBgColor { background-color: #D8C2DF; }

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

This div background color is #D8C2DF.


Border color

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

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

This div border color is #D8C2DF.


Opacity

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

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

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

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

This text has shadow with #D8C2DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C2DF on black background.


Color preview on white background

This text has color #D8C2DF on white background.



Black color preview on #D8C2DF background

This text has black color on #D8C2DF background.


White color preview on #D8C2DF background

This text has white color on #D8C2DF background.