COLOR #D4C8DE

HEX: #D4C8DE
RGB: (212,200,222)

Color info

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

RGB color model

#D4C8DE color RGB value is (212,200,222).

  • red value is 212;
  • green value is 200;
  • blue value is 222.
RGB:
(212,200,222)
(83%,78%,87%)

RGB channels and saturation

R 212 of 255 = 83%
G 200 of 255 = 78%
B 222 of 255 = 87%

212
200
222

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

Portions of RGB colors in percentages

R + G + B =
212 + 200 + 222 = 634 (100%)
R 212 of 634 ~ 33.44%
G 200 of 634 ~ 31.55%
B 222 of 634 ~ 35.02%

%33.44
%31.55
%35.02

CMYK color model

#D4C8DE color CMYK value is (5,10,0,13).

  • cyan value is 4.50%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(5,10,0,13)
C5M10Y0K13 
(5%,10%,0%,13%)
(0.05/0.10/0.00/0.13)	

CMYK percentages

%4.5
%9.91
%0
%12.94

Codes

Color #D4C8DE in popluar color models

D4C8DE
RGB212200222
HSL273°25.00%82.75%
HSB/HSV273°9.91%87.06%
CMYK4.50%9.91%0.00%
12.94%

Color #D4C8DE in popluar number systems.

HEXD4C8DE
Decimal212200222
Binary110101001100100011011110
Octal324310336

Shades and tints

Shades of #D4C8DE

#D4C8DE
(212,200,222)
#C1B6CA
(193,182,202)
#AEA4B6
(174,164,182)
#9B92A2
(155,146,162)
#88808E
(136,128,142)
#756E7A
(117,110,122)
#625C66
(98,92,102)
#4F4A52
(79,74,82)
#3C383E
(60,56,62)
#29262A
(41,38,42)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #D4C8DE

#D4C8DE
(212,200,222)
#D7CDE1
(215,205,225)
#DAD2E4
(218,210,228)
#DDD7E7
(221,215,231)
#E0DCEA
(224,220,234)
#E3E1ED
(227,225,237)
#E6E6F0
(230,230,240)
#E9EBF3
(233,235,243)
#ECF0F6
(236,240,246)
#EFF5F9
(239,245,249)
#F2FAFC
(242,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C8DE color. Also use rgb(212,200,222) instead hex code.

Text Font Color

.myTextColor { color: #D4C8DE; }

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

This text font color is #D4C8DE.


Background Color

.myBgColor { background-color: #D4C8DE; }

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

This div background color is #D4C8DE.


Border color

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

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

This div border color is #D4C8DE.


Opacity

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

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

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

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

This text has shadow with #D4C8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C8DE on black background.


Color preview on white background

This text has color #D4C8DE on white background.



Black color preview on #D4C8DE background

This text has black color on #D4C8DE background.


White color preview on #D4C8DE background

This text has white color on #D4C8DE background.