COLOR #D5CBDF

HEX: #D5CBDF RGB: (213,203,223)

Color info

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

RGB color model

#D5CBDF color RGB value is (213,203,223).

RGB: (213,203,223) (84%, 80%, 87%)

RGB channels and saturation

R 213 of 255 = 84%
G 203 of 255 = 80%
B 223 of 255 = 87%

213
203
223

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

Portions of RGB colors in percentages

R + G + B = 213 + 203 + 223 = 639 (100%)
R 213 of 639 ~ 33.33%
G 203 of 639 ~ 31.77%
B 223 of 639 ~ 34.9'%

%33.33
%31.77
%34.9

CMYK color model

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

  • cyan value is 4.48%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (4,9,0,13)
C4M9Y0K13 (4%, 9%, 0%, 13%)
(0.04 / 0.09 / 0.00 / 0.13)

CMYK percentages

%4.48
%8.97
%0
%12.55

Codes

Color #D5CBDF in popluar color models

D5 CB DF
RGB 213 203 223
HSL 270° 23.81% 83.53%
HSB/HSV 270° 8.97% 87.45%
CMYK 4.48% 8.97% 0.00%
12.55%

Color #D5CBDF in popluar number systems.

HEX D5 CB DF
Decimal 213 203 223
Binary 11010101 11001011 11011111
Octal 325 313 337

Shades and tints

Shades of #D5CBDF

#D5CBDF
(213,203,223)
#C2B9CB
(194,185,203)
#AFA7B7
(175,167,183)
#9C95A3
(156,149,163)
#89838F
(137,131,143)
#76717B
(118,113,123)
#635F67
(99,95,103)
#504D53
(80,77,83)
#3D3B3F
(61,59,63)
#2A292B
(42,41,43)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #D5CBDF

#D5CBDF
(213,203,223)
#D8CFE1
(216,207,225)
#DBD3E3
(219,211,227)
#DED7E5
(222,215,229)
#E1DBE7
(225,219,231)
#E4DFE9
(228,223,233)
#E7E3EB
(231,227,235)
#EAE7ED
(234,231,237)
#EDEBEF
(237,235,239)
#F0EFF1
(240,239,241)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CBDF; }

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

This text font color is #D5CBDF.

Background Color

.myBgColor { background-color: #D5CBDF; }

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

This div background color is #D5CBDF.

Border color

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

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

This div border color is #D5CBDF.

Opacity

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

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

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

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

This text has shadow with #D5CBDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5CBDF.

Preview

Color preview on black background

This text has color #D5CBDF on black background.


Color preview on white background

This text has color #D5CBDF on white background.


Black color preview on #D5CBDF background

This text has black color on #D5CBDF background.


White color preview on #D5CBDF background

This text has white color on #D5CBDF background.


Related colors

Complementary color

Complementary color for #hex is #2A3420.


I love getcolorcode.com

Triadic colors

1 #DFD5CB and #CBDFD5 with #D5CBDF are triadic colors.

2 #DFCBD5 and #CBD5DF with #D5CBDF are triadic colors.