COLOR #D8C3DB

HEX: #D8C3DB RGB: (216,195,219)

Color info

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

RGB color model

#D8C3DB color RGB value is (216,195,219).

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

RGB channels and saturation

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

216
195
219

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

Portions of RGB colors in percentages

R + G + B = 216 + 195 + 219 = 630 (100%)
R 216 of 630 ~ 34.29%
G 195 of 630 ~ 30.95%
B 219 of 630 ~ 34.76'%

%34.29
%30.95
%34.76

CMYK color model

#D8C3DB color CMYK value is (1,11,0,14).

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

CMYK: (1,11,0,14)
C1M11Y0K14 (1%, 11%, 0%, 14%)
(0.01 / 0.11 / 0.00 / 0.14)

CMYK percentages

%1.37
%10.96
%0
%14.12

Codes

Color #D8C3DB in popluar color models

D8 C3 DB
RGB 216 195 219
HSL 293° 25.00% 81.18%
HSB/HSV 293° 10.96% 85.88%
CMYK 1.37% 10.96% 0.00%
14.12%

Color #D8C3DB in popluar number systems.

HEX D8 C3 DB
Decimal 216 195 219
Binary 11011000 11000011 11011011
Octal 330 303 333

Shades and tints

Shades of #D8C3DB

#D8C3DB
(216,195,219)
#C5B2C8
(197,178,200)
#B2A1B5
(178,161,181)
#9F90A2
(159,144,162)
#8C7F8F
(140,127,143)
#796E7C
(121,110,124)
#665D69
(102,93,105)
#534C56
(83,76,86)
#403B43
(64,59,67)
#2D2A30
(45,42,48)
#1A191D
(26,25,29)
#000000
(0,0,0)

Tints of #D8C3DB

#D8C3DB
(216,195,219)
#DBC8DE
(219,200,222)
#DECDE1
(222,205,225)
#E1D2E4
(225,210,228)
#E4D7E7
(228,215,231)
#E7DCEA
(231,220,234)
#EAE1ED
(234,225,237)
#EDE6F0
(237,230,240)
#F0EBF3
(240,235,243)
#F3F0F6
(243,240,246)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8C3DB; }

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

This text font color is #D8C3DB.

Background Color

.myBgColor { background-color: #D8C3DB; }

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

This div background color is #D8C3DB.

Border color

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

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

This div border color is #D8C3DB.

Opacity

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

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

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

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

This text has shadow with #D8C3DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8C3DB.

Preview

Color preview on black background

This text has color #D8C3DB on black background.


Color preview on white background

This text has color #D8C3DB on white background.


Black color preview on #D8C3DB background

This text has black color on #D8C3DB background.


White color preview on #D8C3DB background

This text has white color on #D8C3DB background.


Related colors

Complementary color

Complementary color for #hex is #273C24.


I love getcolorcode.com

Triadic colors

1 #DBD8C3 and #C3DBD8 with #D8C3DB are triadic colors.

2 #DBC3D8 and #C3D8DB with #D8C3DB are triadic colors.