COLOR #D8C6DB

HEX: #D8C6DB RGB: (216,198,219)

Color info

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

RGB color model

#D8C6DB color RGB value is (216,198,219).

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

RGB channels and saturation

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

216
198
219

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

Portions of RGB colors in percentages

R + G + B = 216 + 198 + 219 = 633 (100%)
R 216 of 633 ~ 34.12%
G 198 of 633 ~ 31.28%
B 219 of 633 ~ 34.6'%

%34.12
%31.28
%34.6

CMYK color model

#D8C6DB color CMYK value is (1,10,0,14).

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

CMYK: (1,10,0,14)
C1M10Y0K14 (1%, 10%, 0%, 14%)
(0.01 / 0.10 / 0.00 / 0.14)

CMYK percentages

%1.37
%9.59
%0
%14.12

Codes

Color #D8C6DB in popluar color models

D8 C6 DB
RGB 216 198 219
HSL 291° 22.58% 81.76%
HSB/HSV 291° 9.59% 85.88%
CMYK 1.37% 9.59% 0.00%
14.12%

Color #D8C6DB in popluar number systems.

HEX D8 C6 DB
Decimal 216 198 219
Binary 11011000 11000110 11011011
Octal 330 306 333

Shades and tints

Shades of #D8C6DB

#D8C6DB
(216,198,219)
#C5B4C8
(197,180,200)
#B2A2B5
(178,162,181)
#9F90A2
(159,144,162)
#8C7E8F
(140,126,143)
#796C7C
(121,108,124)
#665A69
(102,90,105)
#534856
(83,72,86)
#403643
(64,54,67)
#2D2430
(45,36,48)
#1A121D
(26,18,29)
#000000
(0,0,0)

Tints of #D8C6DB

#D8C6DB
(216,198,219)
#DBCBDE
(219,203,222)
#DED0E1
(222,208,225)
#E1D5E4
(225,213,228)
#E4DAE7
(228,218,231)
#E7DFEA
(231,223,234)
#EAE4ED
(234,228,237)
#EDE9F0
(237,233,240)
#F0EEF3
(240,238,243)
#F3F3F6
(243,243,246)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8C6DB; }

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

This text font color is #D8C6DB.

Background Color

.myBgColor { background-color: #D8C6DB; }

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

This div background color is #D8C6DB.

Border color

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

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

This div border color is #D8C6DB.

Opacity

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

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

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

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

This text has shadow with #D8C6DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8C6DB.

Preview

Color preview on black background

This text has color #D8C6DB on black background.


Color preview on white background

This text has color #D8C6DB on white background.


Black color preview on #D8C6DB background

This text has black color on #D8C6DB background.


White color preview on #D8C6DB background

This text has white color on #D8C6DB background.


Related colors

Complementary color

Complementary color for #hex is #273924.


I love getcolorcode.com

Triadic colors

1 #DBD8C6 and #C6DBD8 with #D8C6DB are triadic colors.

2 #DBC6D8 and #C6D8DB with #D8C6DB are triadic colors.