COLOR #D2CBDA

HEX: #D2CBDA RGB: (210,203,218)

Color info

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

RGB color model

#D2CBDA color RGB value is (210,203,218).

RGB: (210,203,218) (82%, 80%, 85%)

RGB channels and saturation

R 210 of 255 = 82%
G 203 of 255 = 80%
B 218 of 255 = 85%

210
203
218

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

Portions of RGB colors in percentages

R + G + B = 210 + 203 + 218 = 631 (100%)
R 210 of 631 ~ 33.28%
G 203 of 631 ~ 32.17%
B 218 of 631 ~ 34.55'%

%33.28
%32.17
%34.55

CMYK color model

#D2CBDA color CMYK value is (4,7,0,15).

  • cyan value is 3.67%
  • magenta value is 6.88%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (4,7,0,15)
C4M7Y0K15 (4%, 7%, 0%, 15%)
(0.04 / 0.07 / 0.00 / 0.15)

CMYK percentages

%3.67
%6.88
%0
%14.51

Codes

Color #D2CBDA in popluar color models

D2 CB DA
RGB 210 203 218
HSL 268° 16.85% 82.55%
HSB/HSV 268° 6.88% 85.49%
CMYK 3.67% 6.88% 0.00%
14.51%

Color #D2CBDA in popluar number systems.

HEX D2 CB DA
Decimal 210 203 218
Binary 11010010 11001011 11011010
Octal 322 313 332

Shades and tints

Shades of #D2CBDA

#D2CBDA
(210,203,218)
#BFB9C7
(191,185,199)
#ACA7B4
(172,167,180)
#9995A1
(153,149,161)
#86838E
(134,131,142)
#73717B
(115,113,123)
#605F68
(96,95,104)
#4D4D55
(77,77,85)
#3A3B42
(58,59,66)
#27292F
(39,41,47)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #D2CBDA

#D2CBDA
(210,203,218)
#D6CFDD
(214,207,221)
#DAD3E0
(218,211,224)
#DED7E3
(222,215,227)
#E2DBE6
(226,219,230)
#E6DFE9
(230,223,233)
#EAE3EC
(234,227,236)
#EEE7EF
(238,231,239)
#F2EBF2
(242,235,242)
#F6EFF5
(246,239,245)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2CBDA color. Also use rgb(210,203,218) instead hex code.

Text Font Color

.myTextColor { color: #D2CBDA; }

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

This text font color is #D2CBDA.

Background Color

.myBgColor { background-color: #D2CBDA; }

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

This div background color is #D2CBDA.

Border color

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

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

This div border color is #D2CBDA.

Opacity

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

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

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

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

This text has shadow with #D2CBDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2CBDA.

Preview

Color preview on black background

This text has color #D2CBDA on black background.


Color preview on white background

This text has color #D2CBDA on white background.


Black color preview on #D2CBDA background

This text has black color on #D2CBDA background.


White color preview on #D2CBDA background

This text has white color on #D2CBDA background.


Related colors

Complementary color

Complementary color for #hex is #2D3425.


I love getcolorcode.com

Triadic colors

1 #DAD2CB and #CBDAD2 with #D2CBDA are triadic colors.

2 #DACBD2 and #CBD2DA with #D2CBDA are triadic colors.