COLOR #D4CDD3

HEX: #D4CDD3
RGB: (212,205,211)

Color info

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

RGB color model

#D4CDD3 color RGB value is (212,205,211).

  • red value is 212;
  • green value is 205;
  • blue value is 211.
RGB:
(212,205,211)
(83%,80%,83%)

RGB channels and saturation

R 212 of 255 = 83%
G 205 of 255 = 80%
B 211 of 255 = 83%

212
205
211

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

Portions of RGB colors in percentages

R + G + B =
212 + 205 + 211 = 628 (100%)
R 212 of 628 ~ 33.76%
G 205 of 628 ~ 32.64%
B 211 of 628 ~ 33.6%

%33.76
%32.64
%33.6

CMYK color model

#D4CDD3 color CMYK value is (0,3,0,17).

  • cyan value is 0.00%
  • magenta value is 3.30%
  • yellow value is 0.47%
  • key color value is 16.86%
CMYK:
(0,3,0,17)
C0M3Y0K17 
(0%,3%,0%,17%)
(0.00/0.03/0.00/0.17)	

CMYK percentages

%0
%3.3
%0.47
%16.86

Codes

Color #D4CDD3 in popluar color models

D4CDD3
RGB212205211
HSL309°7.53%81.76%
HSB/HSV309°3.30%83.14%
CMYK0.00%3.30%0.47%
16.86%

Color #D4CDD3 in popluar number systems.

HEXD4CDD3
Decimal212205211
Binary110101001100110111010011
Octal324315323

Shades and tints

Shades of #D4CDD3

#D4CDD3
(212,205,211)
#C1BBC0
(193,187,192)
#AEA9AD
(174,169,173)
#9B979A
(155,151,154)
#888587
(136,133,135)
#757374
(117,115,116)
#626161
(98,97,97)
#4F4F4E
(79,79,78)
#3C3D3B
(60,61,59)
#292B28
(41,43,40)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #D4CDD3

#D4CDD3
(212,205,211)
#D7D1D7
(215,209,215)
#DAD5DB
(218,213,219)
#DDD9DF
(221,217,223)
#E0DDE3
(224,221,227)
#E3E1E7
(227,225,231)
#E6E5EB
(230,229,235)
#E9E9EF
(233,233,239)
#ECEDF3
(236,237,243)
#EFF1F7
(239,241,247)
#F2F5FB
(242,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4CDD3 color. Also use rgb(212,205,211) instead hex code.

Text Font Color

.myTextColor { color: #D4CDD3; }

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

This text font color is #D4CDD3.


Background Color

.myBgColor { background-color: #D4CDD3; }

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

This div background color is #D4CDD3.


Border color

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

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

This div border color is #D4CDD3.


Opacity

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

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

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

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

This text has shadow with #D4CDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CDD3 on black background.


Color preview on white background

This text has color #D4CDD3 on white background.



Black color preview on #D4CDD3 background

This text has black color on #D4CDD3 background.


White color preview on #D4CDD3 background

This text has white color on #D4CDD3 background.