#D8CAD8

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

Shades of Thistle #D8CAD8

Tints of Thistle #D8CAD8

Color information

#D8CAD8 (or 0xD8CAD8) is unknown color: approx Thistle. HEX triplet: D8, CA and D8. RGB value is (216,202,216). Sum of RGB (Red+Green+Blue) = 216+202+216=634 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.07% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 216 - color contains mainly: red, blue. Hex color #D8CAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CAD8 is #273527. Grayscale: #CFCFCF. Windows color (decimal): -2569512 or 14207704. OLE color: 14207704.

HSL color Cylindrical-coordinate representation of color #D8CAD8: hue angle of 300º degrees, saturation: 0.15, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8CAD8 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB216202216-
CMYK00.0600.15
HSL300º15.22%81.96%-
HSV(B)300º6.48%84.71%-
XYZ61.8361.873.63-
YUV207.78132.64133.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.07%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 216 (84.77% from 255) = 34.07%
R=34.07%
G=31.86%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620221600.0600.1530015.2281.96
HexD8CAD8060F12cf52
Octal3303123300601745417122
Binary11011000110010101101100001100111110010110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CAD8; }

 p { color: rgb(216,202,216); }

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

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

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

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

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

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

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