COLOR #D8C8DB

HEX: #D8C8DB RGB: (216,200,219)

Color info

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

RGB color model

#D8C8DB color RGB value is (216,200,219).

RGB: (216,200,219) (85%, 78%, 86%)

RGB channels and saturation

R 216 of 255 = 85%
G 200 of 255 = 78%
B 219 of 255 = 86%

216
200
219

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

Portions of RGB colors in percentages

R + G + B = 216 + 200 + 219 = 635 (100%)
R 216 of 635 ~ 34.02%
G 200 of 635 ~ 31.5%
B 219 of 635 ~ 34.49'%

%34.02
%31.5
%34.49

CMYK color model

#D8C8DB color CMYK value is (1,9,0,14).

  • cyan value is 1.37%
  • magenta value is 8.68%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (1,9,0,14)
C1M9Y0K14 (1%, 9%, 0%, 14%)
(0.01 / 0.09 / 0.00 / 0.14)

CMYK percentages

%1.37
%8.68
%0
%14.12

Codes

Color #D8C8DB in popluar color models

D8 C8 DB
RGB 216 200 219
HSL 291° 20.88% 82.16%
HSB/HSV 291° 8.68% 85.88%
CMYK 1.37% 8.68% 0.00%
14.12%

Color #D8C8DB in popluar number systems.

HEX D8 C8 DB
Decimal 216 200 219
Binary 11011000 11001000 11011011
Octal 330 310 333

Shades and tints

Shades of #D8C8DB

#D8C8DB
(216,200,219)
#C5B6C8
(197,182,200)
#B2A4B5
(178,164,181)
#9F92A2
(159,146,162)
#8C808F
(140,128,143)
#796E7C
(121,110,124)
#665C69
(102,92,105)
#534A56
(83,74,86)
#403843
(64,56,67)
#2D2630
(45,38,48)
#1A141D
(26,20,29)
#000000
(0,0,0)

Tints of #D8C8DB

#D8C8DB
(216,200,219)
#DBCDDE
(219,205,222)
#DED2E1
(222,210,225)
#E1D7E4
(225,215,228)
#E4DCE7
(228,220,231)
#E7E1EA
(231,225,234)
#EAE6ED
(234,230,237)
#EDEBF0
(237,235,240)
#F0F0F3
(240,240,243)
#F3F5F6
(243,245,246)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C8DB color. Also use rgb(216,200,219) instead hex code.

Text Font Color

.myTextColor { color: #D8C8DB; }

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

This text font color is #D8C8DB.

Background Color

.myBgColor { background-color: #D8C8DB; }

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

This div background color is #D8C8DB.

Border color

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

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

This div border color is #D8C8DB.

Opacity

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

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

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

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

This text has shadow with #D8C8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8C8DB.

Preview

Color preview on black background

This text has color #D8C8DB on black background.


Color preview on white background

This text has color #D8C8DB on white background.


Black color preview on #D8C8DB background

This text has black color on #D8C8DB background.


White color preview on #D8C8DB background

This text has white color on #D8C8DB background.


Related colors

Complementary color

Complementary color for #hex is #273724.


I love getcolorcode.com

Triadic colors

1 #DBD8C8 and #C8DBD8 with #D8C8DB are triadic colors.

2 #DBC8D8 and #C8D8DB with #D8C8DB are triadic colors.