#D8C5DC

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

Shades of Thistle #D8C5DC

Tints of Thistle #D8C5DC

Color information

#D8C5DC (or 0xD8C5DC) is unknown color: approx Thistle. HEX triplet: D8, C5 and DC. RGB value is (216,197,220). Sum of RGB (Red+Green+Blue) = 216+197+220=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8C5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C5DC is #273A23. Grayscale: #CDCDCD. Windows color (decimal): -2570788 or 14468568. OLE color: 14468568.

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

Color convert

RGB216197220-
CMYK0.020.1000.14
HSL289.57º24.73%81.76%-
HSV(B)289.57º10.45%86.27%-
XYZ61.259.776.01-
YUV205.3136.29135.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.12%
GREEN value IS 197 (77.34% from 255) = 31.12%
BLUE value IS 220 (86.33% from 255) = 34.76%
R=34.12%
G=31.12%
B=34.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161972200.020.1000.14289.5724.7381.76
HexD8C5DC2A0E1221952
Octal33030533421201644231122
Binary11011000110001011101110010101001110100100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C5DC; }

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

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

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

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

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

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

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

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