COLOR #D5C5DF

HEX: #D5C5DF
RGB: (213,197,223)

Color info

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

RGB color model

#D5C5DF color RGB value is (213,197,223).

  • red value is 213;
  • green value is 197;
  • blue value is 223.
RGB:
(213,197,223)
(84%,77%,87%)

RGB channels and saturation

R 213 of 255 = 84%
G 197 of 255 = 77%
B 223 of 255 = 87%

213
197
223

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

Portions of RGB colors in percentages

R + G + B =
213 + 197 + 223 = 633 (100%)
R 213 of 633 ~ 33.65%
G 197 of 633 ~ 31.12%
B 223 of 633 ~ 35.23%

%33.65
%31.12
%35.23

CMYK color model

#D5C5DF color CMYK value is (4,12,0,13).

  • cyan value is 4.48%
  • magenta value is 11.66%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(4,12,0,13)
C4M12Y0K13 
(4%,12%,0%,13%)
(0.04/0.12/0.00/0.13)	

CMYK percentages

%4.48
%11.66
%0
%12.55

Codes

Color #D5C5DF in popluar color models

D5C5DF
RGB213197223
HSL277°28.89%82.35%
HSB/HSV277°11.66%87.45%
CMYK4.48%11.66%0.00%
12.55%

Color #D5C5DF in popluar number systems.

HEXD5C5DF
Decimal213197223
Binary110101011100010111011111
Octal325305337

Shades and tints

Shades of #D5C5DF

#D5C5DF
(213,197,223)
#C2B4CB
(194,180,203)
#AFA3B7
(175,163,183)
#9C92A3
(156,146,163)
#89818F
(137,129,143)
#76707B
(118,112,123)
#635F67
(99,95,103)
#504E53
(80,78,83)
#3D3D3F
(61,61,63)
#2A2C2B
(42,44,43)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #D5C5DF

#D5C5DF
(213,197,223)
#D8CAE1
(216,202,225)
#DBCFE3
(219,207,227)
#DED4E5
(222,212,229)
#E1D9E7
(225,217,231)
#E4DEE9
(228,222,233)
#E7E3EB
(231,227,235)
#EAE8ED
(234,232,237)
#EDEDEF
(237,237,239)
#F0F2F1
(240,242,241)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C5DF color. Also use rgb(213,197,223) instead hex code.

Text Font Color

.myTextColor { color: #D5C5DF; }

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

This text font color is #D5C5DF.


Background Color

.myBgColor { background-color: #D5C5DF; }

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

This div background color is #D5C5DF.


Border color

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

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

This div border color is #D5C5DF.


Opacity

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

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

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

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

This text has shadow with #D5C5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C5DF on black background.


Color preview on white background

This text has color #D5C5DF on white background.



Black color preview on #D5C5DF background

This text has black color on #D5C5DF background.


White color preview on #D5C5DF background

This text has white color on #D5C5DF background.