#D8C9DB

Color #D8C9DB Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #D8C9DB

Tints of Thistle #D8C9DB

Color information

#D8C9DB (or 0xD8C9DB) is unknown color: approx Thistle. HEX triplet: D8, C9 and DB. RGB value is (216,201,219). Sum of RGB (Red+Green+Blue) = 216+201+219=636 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.96% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8C9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C9DB is #273624. Grayscale: #CFCFCF. Windows color (decimal): -2569765 or 14404056. OLE color: 14404056.

HSL color Cylindrical-coordinate representation of color #D8C9DB: hue angle of 290º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8C9DB is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216201219-
CMYK0.010.0800.14
HSL290º20%82.35%-
HSV(B)290º8.22%85.88%-
XYZ61.9961.4975.62-
YUV207.54134.47134.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 33.96%
GREEN value IS 201 (78.91% from 255) = 31.60%
BLUE value IS 219 (85.94% from 255) = 34.43%
R=33.96%
G=31.60%
B=34.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162012190.010.0800.142902082.35
HexD8C9DB180E1221452
Octal33031133311001644224122
Binary1101100011001001110110111100001110100100010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C9DB; }

 p { color: rgb(216,201,219); }

 H1.HeaderClassName
 {
   color: #D8C9DB;
 }
 .AnyTagClassName
 {
   color: #D8C9DB;
 }
</style>
background-color css

<style>
 a { background-color: #D8C9DB; }

 a { background-color: rgb(216,201,219); }

 div.DivClassName
 {
   background-color: #D8C9DB;
 }
 .BgClassName
 {
   background-color: #D8C9DB;
 }
</style>
border-color css

<style>
 span { border-color: #D8C9DB; }

 span { border-color: rgb(216,201,219); }

 td.TdClassName
 {
   border-color: #D8C9DB;
 }
 .TagClassName
 {
   border-color: #D8C9DB;
 }
</style>