COLOR #D5CCDB

HEX: #D5CCDB
RGB: (213,204,219)

Color info

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

RGB color model

#D5CCDB color RGB value is (213,204,219).

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

RGB channels and saturation

R 213 of 255 = 84%
G 204 of 255 = 80%
B 219 of 255 = 86%

213
204
219

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

Portions of RGB colors in percentages

R + G + B =
213 + 204 + 219 = 636 (100%)
R 213 of 636 ~ 33.49%
G 204 of 636 ~ 32.08%
B 219 of 636 ~ 34.43%

%33.49
%32.08
%34.43

CMYK color model

#D5CCDB color CMYK value is (3,7,0,14).

  • cyan value is 2.74%
  • magenta value is 6.85%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(3,7,0,14)
C3M7Y0K14 
(3%,7%,0%,14%)
(0.03/0.07/0.00/0.14)	

CMYK percentages

%2.74
%6.85
%0
%14.12

Codes

Color #D5CCDB in popluar color models

D5CCDB
RGB213204219
HSL276°17.24%82.94%
HSB/HSV276°6.85%85.88%
CMYK2.74%6.85%0.00%
14.12%

Color #D5CCDB in popluar number systems.

HEXD5CCDB
Decimal213204219
Binary110101011100110011011011
Octal325314333

Shades and tints

Shades of #D5CCDB

#D5CCDB
(213,204,219)
#C2BAC8
(194,186,200)
#AFA8B5
(175,168,181)
#9C96A2
(156,150,162)
#89848F
(137,132,143)
#76727C
(118,114,124)
#636069
(99,96,105)
#504E56
(80,78,86)
#3D3C43
(61,60,67)
#2A2A30
(42,42,48)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #D5CCDB

#D5CCDB
(213,204,219)
#D8D0DE
(216,208,222)
#DBD4E1
(219,212,225)
#DED8E4
(222,216,228)
#E1DCE7
(225,220,231)
#E4E0EA
(228,224,234)
#E7E4ED
(231,228,237)
#EAE8F0
(234,232,240)
#EDECF3
(237,236,243)
#F0F0F6
(240,240,246)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CCDB; }

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

This text font color is #D5CCDB.


Background Color

.myBgColor { background-color: #D5CCDB; }

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

This div background color is #D5CCDB.


Border color

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

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

This div border color is #D5CCDB.


Opacity

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

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

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

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

This text has shadow with #D5CCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CCDB on black background.


Color preview on white background

This text has color #D5CCDB on white background.



Black color preview on #D5CCDB background

This text has black color on #D5CCDB background.


White color preview on #D5CCDB background

This text has white color on #D5CCDB background.