#D8C8DC

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

Shades of Thistle #D8C8DC

Tints of Thistle #D8C8DC

Color information

#D8C8DC (or 0xD8C8DC) is unknown color: approx Thistle. HEX triplet: D8, C8 and DC. RGB value is (216,200,220). Sum of RGB (Red+Green+Blue) = 216+200+220=636 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.96% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8C8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C8DC is #273723. Grayscale: #CFCFCF. Windows color (decimal): -2570020 or 14469336. OLE color: 14469336.

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

Color convert

RGB216200220-
CMYK0.020.0900.14
HSL288º22.22%82.35%-
HSV(B)288º9.09%86.27%-
XYZ61.8961.0776.24-
YUV207.06135.3134.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.96%
GREEN value IS 200 (78.52% from 255) = 31.45%
BLUE value IS 220 (86.33% from 255) = 34.59%
R=33.96%
G=31.45%
B=34.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162002200.020.0900.1428822.2282.35
HexD8C8DC290E1201652
Octal33031033421101644026122
Binary11011000110010001101110010100101110100100000101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C8DC; }

 p { color: rgb(216,200,220); }

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

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

 a { background-color: rgb(216,200,220); }

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

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

 span { border-color: rgb(216,200,220); }

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