COLOR #D5CCDE

HEX: #D5CCDE
RGB: (213,204,222)

Color info

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

RGB color model

#D5CCDE color RGB value is (213,204,222).

  • red value is 213;
  • green value is 204;
  • blue value is 222.
RGB:
(213,204,222)
(84%,80%,87%)

RGB channels and saturation

R 213 of 255 = 84%
G 204 of 255 = 80%
B 222 of 255 = 87%

213
204
222

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

Portions of RGB colors in percentages

R + G + B =
213 + 204 + 222 = 639 (100%)
R 213 of 639 ~ 33.33%
G 204 of 639 ~ 31.92%
B 222 of 639 ~ 34.74%

%33.33
%31.92
%34.74

CMYK color model

#D5CCDE color CMYK value is (4,8,0,13).

  • cyan value is 4.05%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(4,8,0,13)
C4M8Y0K13 
(4%,8%,0%,13%)
(0.04/0.08/0.00/0.13)	

CMYK percentages

%4.05
%8.11
%0
%12.94

Codes

Color #D5CCDE in popluar color models

D5CCDE
RGB213204222
HSL270°21.43%83.53%
HSB/HSV270°8.11%87.06%
CMYK4.05%8.11%0.00%
12.94%

Color #D5CCDE in popluar number systems.

HEXD5CCDE
Decimal213204222
Binary110101011100110011011110
Octal325314336

Shades and tints

Shades of #D5CCDE

#D5CCDE
(213,204,222)
#C2BACA
(194,186,202)
#AFA8B6
(175,168,182)
#9C96A2
(156,150,162)
#89848E
(137,132,142)
#76727A
(118,114,122)
#636066
(99,96,102)
#504E52
(80,78,82)
#3D3C3E
(61,60,62)
#2A2A2A
(42,42,42)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #D5CCDE

#D5CCDE
(213,204,222)
#D8D0E1
(216,208,225)
#DBD4E4
(219,212,228)
#DED8E7
(222,216,231)
#E1DCEA
(225,220,234)
#E4E0ED
(228,224,237)
#E7E4F0
(231,228,240)
#EAE8F3
(234,232,243)
#EDECF6
(237,236,246)
#F0F0F9
(240,240,249)
#F3F4FC
(243,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CCDE color. Also use rgb(213,204,222) instead hex code.

Text Font Color

.myTextColor { color: #D5CCDE; }

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

This text font color is #D5CCDE.


Background Color

.myBgColor { background-color: #D5CCDE; }

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

This div background color is #D5CCDE.


Border color

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

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

This div border color is #D5CCDE.


Opacity

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

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

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

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

This text has shadow with #D5CCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CCDE on black background.


Color preview on white background

This text has color #D5CCDE on white background.



Black color preview on #D5CCDE background

This text has black color on #D5CCDE background.


White color preview on #D5CCDE background

This text has white color on #D5CCDE background.