COLOR #D4C5DF

HEX: #D4C5DF
RGB: (212,197,223)

Color info

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

RGB color model

#D4C5DF color RGB value is (212,197,223).

  • red value is 212;
  • green value is 197;
  • blue value is 223.
RGB:
(212,197,223)
(83%,77%,87%)

RGB channels and saturation

R 212 of 255 = 83%
G 197 of 255 = 77%
B 223 of 255 = 87%

212
197
223

R + G + B ~ 82%. #D4C5DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 197 + 223 = 632 (100%)
R 212 of 632 ~ 33.54%
G 197 of 632 ~ 31.17%
B 223 of 632 ~ 35.28%

%33.54
%31.17
%35.28

CMYK color model

#D4C5DF color CMYK value is (5,12,0,13).

  • cyan value is 4.93%
  • magenta value is 11.66%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(5,12,0,13)
C5M12Y0K13 
(5%,12%,0%,13%)
(0.05/0.12/0.00/0.13)	

CMYK percentages

%4.93
%11.66
%0
%12.55

Codes

Color #D4C5DF in popluar color models

D4C5DF
RGB212197223
HSL275°28.89%82.35%
HSB/HSV275°11.66%87.45%
CMYK4.93%11.66%0.00%
12.55%

Color #D4C5DF in popluar number systems.

HEXD4C5DF
Decimal212197223
Binary110101001100010111011111
Octal324305337

Shades and tints

Shades of #D4C5DF

#D4C5DF
(212,197,223)
#C1B4CB
(193,180,203)
#AEA3B7
(174,163,183)
#9B92A3
(155,146,163)
#88818F
(136,129,143)
#75707B
(117,112,123)
#625F67
(98,95,103)
#4F4E53
(79,78,83)
#3C3D3F
(60,61,63)
#292C2B
(41,44,43)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #D4C5DF

#D4C5DF
(212,197,223)
#D7CAE1
(215,202,225)
#DACFE3
(218,207,227)
#DDD4E5
(221,212,229)
#E0D9E7
(224,217,231)
#E3DEE9
(227,222,233)
#E6E3EB
(230,227,235)
#E9E8ED
(233,232,237)
#ECEDEF
(236,237,239)
#EFF2F1
(239,242,241)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C5DF color. Also use rgb(212,197,223) instead hex code.

Text Font Color

.myTextColor { color: #D4C5DF; }

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

This text font color is #D4C5DF.


Background Color

.myBgColor { background-color: #D4C5DF; }

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

This div background color is #D4C5DF.


Border color

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

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

This div border color is #D4C5DF.


Opacity

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

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

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

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

This text has shadow with #D4C5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C5DF on black background.


Color preview on white background

This text has color #D4C5DF on white background.



Black color preview on #D4C5DF background

This text has black color on #D4C5DF background.


White color preview on #D4C5DF background

This text has white color on #D4C5DF background.