COLOR #D4C4DF

HEX: #D4C4DF
RGB: (212,196,223)

Color info

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

RGB color model

#D4C4DF color RGB value is (212,196,223).

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

RGB channels and saturation

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

212
196
223

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

Portions of RGB colors in percentages

R + G + B =
212 + 196 + 223 = 631 (100%)
R 212 of 631 ~ 33.6%
G 196 of 631 ~ 31.06%
B 223 of 631 ~ 35.34%

%33.6
%31.06
%35.34

CMYK color model

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

  • cyan value is 4.93%
  • magenta value is 12.11%
  • 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
%12.11
%0
%12.55

Codes

Color #D4C4DF in popluar color models

D4C4DF
RGB212196223
HSL276°29.67%82.16%
HSB/HSV276°12.11%87.45%
CMYK4.93%12.11%0.00%
12.55%

Color #D4C4DF in popluar number systems.

HEXD4C4DF
Decimal212196223
Binary110101001100010011011111
Octal324304337

Shades and tints

Shades of #D4C4DF

#D4C4DF
(212,196,223)
#C1B3CB
(193,179,203)
#AEA2B7
(174,162,183)
#9B91A3
(155,145,163)
#88808F
(136,128,143)
#756F7B
(117,111,123)
#625E67
(98,94,103)
#4F4D53
(79,77,83)
#3C3C3F
(60,60,63)
#292B2B
(41,43,43)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #D4C4DF

#D4C4DF
(212,196,223)
#D7C9E1
(215,201,225)
#DACEE3
(218,206,227)
#DDD3E5
(221,211,229)
#E0D8E7
(224,216,231)
#E3DDE9
(227,221,233)
#E6E2EB
(230,226,235)
#E9E7ED
(233,231,237)
#ECECEF
(236,236,239)
#EFF1F1
(239,241,241)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C4DF; }

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

This text font color is #D4C4DF.


Background Color

.myBgColor { background-color: #D4C4DF; }

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

This div background color is #D4C4DF.


Border color

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

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

This div border color is #D4C4DF.


Opacity

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

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

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

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

This text has shadow with #D4C4DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C4DF on black background.


Color preview on white background

This text has color #D4C4DF on white background.



Black color preview on #D4C4DF background

This text has black color on #D4C4DF background.


White color preview on #D4C4DF background

This text has white color on #D4C4DF background.