COLOR #D9CBDE

HEX: #D9CBDE RGB: (217,203,222)

Color info

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

RGB color model

#D9CBDE color RGB value is (217,203,222).

RGB: (217,203,222) (85%, 80%, 87%)

RGB channels and saturation

R 217 of 255 = 85%
G 203 of 255 = 80%
B 222 of 255 = 87%

217
203
222

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

Portions of RGB colors in percentages

R + G + B = 217 + 203 + 222 = 642 (100%)
R 217 of 642 ~ 33.8%
G 203 of 642 ~ 31.62%
B 222 of 642 ~ 34.58'%

%33.8
%31.62
%34.58

CMYK color model

#D9CBDE color CMYK value is (2,9,0,13).

  • cyan value is 2.25%
  • magenta value is 8.56%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (2,9,0,13) C2M9Y0K13 (2%,9%,0%,13%) (0.02/0.09/0.00/0.13) 

CMYK percentages

%2.25
%8.56
%0
%12.94

Codes

Color #D9CBDE in popluar color models

D9 CB DE
RGB 217 203 222
HSL 284° 22.35% 83.33%
HSB/HSV 284° 8.56% 87.06%
CMYK 2.25% 8.56% 0.00%
12.94%

Color #D9CBDE in popluar number systems.

HEX D9 CB DE
Decimal 217 203 222
Binary 11011001 11001011 11011110
Octal 331 313 336

Shades and tints

Shades of #D9CBDE

#D9CBDE
(217,203,222)
#C6B9CA
(198,185,202)
#B3A7B6
(179,167,182)
#A095A2
(160,149,162)
#8D838E
(141,131,142)
#7A717A
(122,113,122)
#675F66
(103,95,102)
#544D52
(84,77,82)
#413B3E
(65,59,62)
#2E292A
(46,41,42)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #D9CBDE

#D9CBDE
(217,203,222)
#DCCFE1
(220,207,225)
#DFD3E4
(223,211,228)
#E2D7E7
(226,215,231)
#E5DBEA
(229,219,234)
#E8DFED
(232,223,237)
#EBE3F0
(235,227,240)
#EEE7F3
(238,231,243)
#F1EBF6
(241,235,246)
#F4EFF9
(244,239,249)
#F7F3FC
(247,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9CBDE color. Also use rgb(217,203,222) instead hex code.

Text Font Color

.myTextColor { color: #D9CBDE; }

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

This text font color is #D9CBDE.

Background Color

.myBgColor { background-color: #D9CBDE; }

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

This div background color is #D9CBDE.

Border color

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

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

This div border color is #D9CBDE.

Opacity

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

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

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

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

This text has shadow with #D9CBDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9CBDE.

Preview

Color preview on black background

This text has color #D9CBDE on black background.


Color preview on white background

This text has color #D9CBDE on white background.


Black color preview on #D9CBDE background

This text has black color on #D9CBDE background.


White color preview on #D9CBDE background

This text has white color on #D9CBDE background.


Related colors

Complementary color

Complementary color for #hex is #263421.


I love getcolorcode.com

Triadic colors

1 #DED9CB and #CBDED9 with #D9CBDE are triadic colors.

2 #DECBD9 and #CBD9DE with #D9CBDE are triadic colors.