COLOR #D8C1DB

HEX: #D8C1DB RGB: (216,193,219)

Color info

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

RGB color model

#D8C1DB color RGB value is (216,193,219).

RGB: (216,193,219) (85%, 76%, 86%)

RGB channels and saturation

R 216 of 255 = 85%
G 193 of 255 = 76%
B 219 of 255 = 86%

216
193
219

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

Portions of RGB colors in percentages

R + G + B = 216 + 193 + 219 = 628 (100%)
R 216 of 628 ~ 34.39%
G 193 of 628 ~ 30.73%
B 219 of 628 ~ 34.87'%

%34.39
%30.73
%34.87

CMYK color model

#D8C1DB color CMYK value is (1,12,0,14).

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

CMYK: (1,12,0,14)
C1M12Y0K14 (1%, 12%, 0%, 14%)
(0.01 / 0.12 / 0.00 / 0.14)

CMYK percentages

%1.37
%11.87
%0
%14.12

Codes

Color #D8C1DB in popluar color models

D8 C1 DB
RGB 216 193 219
HSL 293° 26.53% 80.78%
HSB/HSV 293° 11.87% 85.88%
CMYK 1.37% 11.87% 0.00%
14.12%

Color #D8C1DB in popluar number systems.

HEX D8 C1 DB
Decimal 216 193 219
Binary 11011000 11000001 11011011
Octal 330 301 333

Shades and tints

Shades of #D8C1DB

#D8C1DB
(216,193,219)
#C5B0C8
(197,176,200)
#B29FB5
(178,159,181)
#9F8EA2
(159,142,162)
#8C7D8F
(140,125,143)
#796C7C
(121,108,124)
#665B69
(102,91,105)
#534A56
(83,74,86)
#403943
(64,57,67)
#2D2830
(45,40,48)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #D8C1DB

#D8C1DB
(216,193,219)
#DBC6DE
(219,198,222)
#DECBE1
(222,203,225)
#E1D0E4
(225,208,228)
#E4D5E7
(228,213,231)
#E7DAEA
(231,218,234)
#EADFED
(234,223,237)
#EDE4F0
(237,228,240)
#F0E9F3
(240,233,243)
#F3EEF6
(243,238,246)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8C1DB; }

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

This text font color is #D8C1DB.

Background Color

.myBgColor { background-color: #D8C1DB; }

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

This div background color is #D8C1DB.

Border color

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

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

This div border color is #D8C1DB.

Opacity

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

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

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

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

This text has shadow with #D8C1DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8C1DB.

Preview

Color preview on black background

This text has color #D8C1DB on black background.


Color preview on white background

This text has color #D8C1DB on white background.


Black color preview on #D8C1DB background

This text has black color on #D8C1DB background.


White color preview on #D8C1DB background

This text has white color on #D8C1DB background.


Related colors

Complementary color

Complementary color for #hex is #273E24.


I love getcolorcode.com

Triadic colors

1 #DBD8C1 and #C1DBD8 with #D8C1DB are triadic colors.

2 #DBC1D8 and #C1D8DB with #D8C1DB are triadic colors.