COLOR #D5CADD

HEX: #D5CADD
RGB: (213,202,221)

Color info

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

RGB color model

#D5CADD color RGB value is (213,202,221).

  • red value is 213;
  • green value is 202;
  • blue value is 221.
RGB:
(213,202,221)
(84%,79%,87%)

RGB channels and saturation

R 213 of 255 = 84%
G 202 of 255 = 79%
B 221 of 255 = 87%

213
202
221

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

Portions of RGB colors in percentages

R + G + B =
213 + 202 + 221 = 636 (100%)
R 213 of 636 ~ 33.49%
G 202 of 636 ~ 31.76%
B 221 of 636 ~ 34.75%

%33.49
%31.76
%34.75

CMYK color model

#D5CADD color CMYK value is (4,9,0,13).

  • cyan value is 3.62%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(4,9,0,13)
C4M9Y0K13 
(4%,9%,0%,13%)
(0.04/0.09/0.00/0.13)	

CMYK percentages

%3.62
%8.6
%0
%13.33

Codes

Color #D5CADD in popluar color models

D5CADD
RGB213202221
HSL275°21.84%82.94%
HSB/HSV275°8.60%86.67%
CMYK3.62%8.60%0.00%
13.33%

Color #D5CADD in popluar number systems.

HEXD5CADD
Decimal213202221
Binary110101011100101011011101
Octal325312335

Shades and tints

Shades of #D5CADD

#D5CADD
(213,202,221)
#C2B8C9
(194,184,201)
#AFA6B5
(175,166,181)
#9C94A1
(156,148,161)
#89828D
(137,130,141)
#767079
(118,112,121)
#635E65
(99,94,101)
#504C51
(80,76,81)
#3D3A3D
(61,58,61)
#2A2829
(42,40,41)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #D5CADD

#D5CADD
(213,202,221)
#D8CEE0
(216,206,224)
#DBD2E3
(219,210,227)
#DED6E6
(222,214,230)
#E1DAE9
(225,218,233)
#E4DEEC
(228,222,236)
#E7E2EF
(231,226,239)
#EAE6F2
(234,230,242)
#EDEAF5
(237,234,245)
#F0EEF8
(240,238,248)
#F3F2FB
(243,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CADD color. Also use rgb(213,202,221) instead hex code.

Text Font Color

.myTextColor { color: #D5CADD; }

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

This text font color is #D5CADD.


Background Color

.myBgColor { background-color: #D5CADD; }

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

This div background color is #D5CADD.


Border color

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

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

This div border color is #D5CADD.


Opacity

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

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

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

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

This text has shadow with #D5CADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CADD on black background.


Color preview on white background

This text has color #D5CADD on white background.



Black color preview on #D5CADD background

This text has black color on #D5CADD background.


White color preview on #D5CADD background

This text has white color on #D5CADD background.