COLOR #D5C5DB

HEX: #D5C5DB RGB: (213,197,219)

Color info

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

RGB color model

#D5C5DB color RGB value is (213,197,219).

RGB: (213,197,219) (84%, 77%, 86%)

RGB channels and saturation

R 213 of 255 = 84%
G 197 of 255 = 77%
B 219 of 255 = 86%

213
197
219

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

Portions of RGB colors in percentages

R + G + B = 213 + 197 + 219 = 629 (100%)
R 213 of 629 ~ 33.86%
G 197 of 629 ~ 31.32%
B 219 of 629 ~ 34.82'%

%33.86
%31.32
%34.82

CMYK color model

#D5C5DB color CMYK value is (3,10,0,14).

  • cyan value is 2.74%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (3,10,0,14)
C3M10Y0K14 (3%, 10%, 0%, 14%)
(0.03 / 0.10 / 0.00 / 0.14)

CMYK percentages

%2.74
%10.05
%0
%14.12

Codes

Color #D5C5DB in popluar color models

D5 C5 DB
RGB 213 197 219
HSL 284° 23.40% 81.57%
HSB/HSV 284° 10.05% 85.88%
CMYK 2.74% 10.05% 0.00%
14.12%

Color #D5C5DB in popluar number systems.

HEX D5 C5 DB
Decimal 213 197 219
Binary 11010101 11000101 11011011
Octal 325 305 333

Shades and tints

Shades of #D5C5DB

#D5C5DB
(213,197,219)
#C2B4C8
(194,180,200)
#AFA3B5
(175,163,181)
#9C92A2
(156,146,162)
#89818F
(137,129,143)
#76707C
(118,112,124)
#635F69
(99,95,105)
#504E56
(80,78,86)
#3D3D43
(61,61,67)
#2A2C30
(42,44,48)
#171B1D
(23,27,29)
#000000
(0,0,0)

Tints of #D5C5DB

#D5C5DB
(213,197,219)
#D8CADE
(216,202,222)
#DBCFE1
(219,207,225)
#DED4E4
(222,212,228)
#E1D9E7
(225,217,231)
#E4DEEA
(228,222,234)
#E7E3ED
(231,227,237)
#EAE8F0
(234,232,240)
#EDEDF3
(237,237,243)
#F0F2F6
(240,242,246)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C5DB; }

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

This text font color is #D5C5DB.

Background Color

.myBgColor { background-color: #D5C5DB; }

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

This div background color is #D5C5DB.

Border color

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

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

This div border color is #D5C5DB.

Opacity

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

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

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

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

This text has shadow with #D5C5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C5DB.

Preview

Color preview on black background

This text has color #D5C5DB on black background.


Color preview on white background

This text has color #D5C5DB on white background.


Black color preview on #D5C5DB background

This text has black color on #D5C5DB background.


White color preview on #D5C5DB background

This text has white color on #D5C5DB background.


Related colors

Complementary color

Complementary color for #hex is #2A3A24.


I love getcolorcode.com

Triadic colors

1 #DBD5C5 and #C5DBD5 with #D5C5DB are triadic colors.

2 #DBC5D5 and #C5D5DB with #D5C5DB are triadic colors.