COLOR #D4CFDD

HEX: #D4CFDD
RGB: (212,207,221)

Color info

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

RGB color model

#D4CFDD color RGB value is (212,207,221).

  • red value is 212;
  • green value is 207;
  • blue value is 221.
RGB:
(212,207,221)
(83%,81%,87%)

RGB channels and saturation

R 212 of 255 = 83%
G 207 of 255 = 81%
B 221 of 255 = 87%

212
207
221

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

Portions of RGB colors in percentages

R + G + B =
212 + 207 + 221 = 640 (100%)
R 212 of 640 ~ 33.13%
G 207 of 640 ~ 32.34%
B 221 of 640 ~ 34.53%

%33.13
%32.34
%34.53

CMYK color model

#D4CFDD color CMYK value is (4,6,0,13).

  • cyan value is 4.07%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(4,6,0,13)
C4M6Y0K13 
(4%,6%,0%,13%)
(0.04/0.06/0.00/0.13)	

CMYK percentages

%4.07
%6.33
%0
%13.33

Codes

Color #D4CFDD in popluar color models

D4CFDD
RGB212207221
HSL261°17.07%83.92%
HSB/HSV261°6.33%86.67%
CMYK4.07%6.33%0.00%
13.33%

Color #D4CFDD in popluar number systems.

HEXD4CFDD
Decimal212207221
Binary110101001100111111011101
Octal324317335

Shades and tints

Shades of #D4CFDD

#D4CFDD
(212,207,221)
#C1BDC9
(193,189,201)
#AEABB5
(174,171,181)
#9B99A1
(155,153,161)
#88878D
(136,135,141)
#757579
(117,117,121)
#626365
(98,99,101)
#4F5151
(79,81,81)
#3C3F3D
(60,63,61)
#292D29
(41,45,41)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #D4CFDD

#D4CFDD
(212,207,221)
#D7D3E0
(215,211,224)
#DAD7E3
(218,215,227)
#DDDBE6
(221,219,230)
#E0DFE9
(224,223,233)
#E3E3EC
(227,227,236)
#E6E7EF
(230,231,239)
#E9EBF2
(233,235,242)
#ECEFF5
(236,239,245)
#EFF3F8
(239,243,248)
#F2F7FB
(242,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4CFDD color. Also use rgb(212,207,221) instead hex code.

Text Font Color

.myTextColor { color: #D4CFDD; }

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

This text font color is #D4CFDD.


Background Color

.myBgColor { background-color: #D4CFDD; }

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

This div background color is #D4CFDD.


Border color

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

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

This div border color is #D4CFDD.


Opacity

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

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

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

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

This text has shadow with #D4CFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CFDD on black background.


Color preview on white background

This text has color #D4CFDD on white background.



Black color preview on #D4CFDD background

This text has black color on #D4CFDD background.


White color preview on #D4CFDD background

This text has white color on #D4CFDD background.