COLOR #D5CDD0

HEX: #D5CDD0
RGB: (213,205,208)

Color info

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

RGB color model

#D5CDD0 color RGB value is (213,205,208).

  • red value is 213;
  • green value is 205;
  • blue value is 208.
RGB:
(213,205,208)
(84%,80%,82%)

RGB channels and saturation

R 213 of 255 = 84%
G 205 of 255 = 80%
B 208 of 255 = 82%

213
205
208

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

Portions of RGB colors in percentages

R + G + B =
213 + 205 + 208 = 626 (100%)
R 213 of 626 ~ 34.03%
G 205 of 626 ~ 32.75%
B 208 of 626 ~ 33.23%

%34.03
%32.75
%33.23

CMYK color model

#D5CDD0 color CMYK value is (0,4,2,16).

  • cyan value is 0.00%
  • magenta value is 3.76%
  • yellow value is 2.35%
  • key color value is 16.47%
CMYK:
(0,4,2,16)
C0M4Y2K16 
(0%,4%,2%,16%)
(0.00/0.04/0.02/0.16)	

CMYK percentages

%0
%3.76
%2.35
%16.47

Codes

Color #D5CDD0 in popluar color models

D5CDD0
RGB213205208
HSL338°8.70%81.96%
HSB/HSV338°3.76%83.53%
CMYK0.00%3.76%2.35%
16.47%

Color #D5CDD0 in popluar number systems.

HEXD5CDD0
Decimal213205208
Binary110101011100110111010000
Octal325315320

Shades and tints

Shades of #D5CDD0

#D5CDD0
(213,205,208)
#C2BBBE
(194,187,190)
#AFA9AC
(175,169,172)
#9C979A
(156,151,154)
#898588
(137,133,136)
#767376
(118,115,118)
#636164
(99,97,100)
#504F52
(80,79,82)
#3D3D40
(61,61,64)
#2A2B2E
(42,43,46)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #D5CDD0

#D5CDD0
(213,205,208)
#D8D1D4
(216,209,212)
#DBD5D8
(219,213,216)
#DED9DC
(222,217,220)
#E1DDE0
(225,221,224)
#E4E1E4
(228,225,228)
#E7E5E8
(231,229,232)
#EAE9EC
(234,233,236)
#EDEDF0
(237,237,240)
#F0F1F4
(240,241,244)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CDD0 color. Also use rgb(213,205,208) instead hex code.

Text Font Color

.myTextColor { color: #D5CDD0; }

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

This text font color is #D5CDD0.


Background Color

.myBgColor { background-color: #D5CDD0; }

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

This div background color is #D5CDD0.


Border color

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

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

This div border color is #D5CDD0.


Opacity

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

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

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

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

This text has shadow with #D5CDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CDD0 on black background.


Color preview on white background

This text has color #D5CDD0 on white background.



Black color preview on #D5CDD0 background

This text has black color on #D5CDD0 background.


White color preview on #D5CDD0 background

This text has white color on #D5CDD0 background.