COLOR #D8C0DA

HEX: #D8C0DA RGB: (216,192,218)

Color info

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

RGB color model

#D8C0DA color RGB value is (216,192,218).

RGB: (216,192,218) (85%, 75%, 85%)

RGB channels and saturation

R 216 of 255 = 85%
G 192 of 255 = 75%
B 218 of 255 = 85%

216
192
218

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

Portions of RGB colors in percentages

R + G + B = 216 + 192 + 218 = 626 (100%)
R 216 of 626 ~ 34.5%
G 192 of 626 ~ 30.67%
B 218 of 626 ~ 34.82'%

%34.5
%30.67
%34.82

CMYK color model

#D8C0DA color CMYK value is (1,12,0,15).

  • cyan value is 0.92%
  • magenta value is 11.93%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (1,12,0,15)
C1M12Y0K15 (1%, 12%, 0%, 15%)
(0.01 / 0.12 / 0.00 / 0.15)

CMYK percentages

%0.92
%11.93
%0
%14.51

Codes

Color #D8C0DA in popluar color models

D8 C0 DA
RGB 216 192 218
HSL 295° 26.00% 80.39%
HSB/HSV 295° 11.93% 85.49%
CMYK 0.92% 11.93% 0.00%
14.51%

Color #D8C0DA in popluar number systems.

HEX D8 C0 DA
Decimal 216 192 218
Binary 11011000 11000000 11011010
Octal 330 300 332

Shades and tints

Shades of #D8C0DA

#D8C0DA
(216,192,218)
#C5AFC7
(197,175,199)
#B29EB4
(178,158,180)
#9F8DA1
(159,141,161)
#8C7C8E
(140,124,142)
#796B7B
(121,107,123)
#665A68
(102,90,104)
#534955
(83,73,85)
#403842
(64,56,66)
#2D272F
(45,39,47)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #D8C0DA

#D8C0DA
(216,192,218)
#DBC5DD
(219,197,221)
#DECAE0
(222,202,224)
#E1CFE3
(225,207,227)
#E4D4E6
(228,212,230)
#E7D9E9
(231,217,233)
#EADEEC
(234,222,236)
#EDE3EF
(237,227,239)
#F0E8F2
(240,232,242)
#F3EDF5
(243,237,245)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C0DA color. Also use rgb(216,192,218) instead hex code.

Text Font Color

.myTextColor { color: #D8C0DA; }

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

This text font color is #D8C0DA.

Background Color

.myBgColor { background-color: #D8C0DA; }

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

This div background color is #D8C0DA.

Border color

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

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

This div border color is #D8C0DA.

Opacity

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

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

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

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

This text has shadow with #D8C0DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8C0DA.

Preview

Color preview on black background

This text has color #D8C0DA on black background.


Color preview on white background

This text has color #D8C0DA on white background.


Black color preview on #D8C0DA background

This text has black color on #D8C0DA background.


White color preview on #D8C0DA background

This text has white color on #D8C0DA background.


Related colors

Complementary color

Complementary color for #hex is #273F25.


I love getcolorcode.com

Triadic colors

1 #DAD8C0 and #C0DAD8 with #D8C0DA are triadic colors.

2 #DAC0D8 and #C0D8DA with #D8C0DA are triadic colors.