#D9C8DA

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

Shades of Thistle #D9C8DA

Tints of Thistle #D9C8DA

Color information

#D9C8DA (or 0xD9C8DA) is unknown color: approx Thistle. HEX triplet: D9, C8 and DA. RGB value is (217,200,218). Sum of RGB (Red+Green+Blue) = 217+200+218=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 218 - color contains mainly: blue. Hex color #D9C8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8DA is #263725. Grayscale: #CFCFCF. Windows color (decimal): -2504486 or 14338265. OLE color: 14338265.

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

Color convert

RGB217200218-
CMYK0.000.0800.15
HSL296.67º19.57%81.96%-
HSV(B)296.67º8.26%85.49%-
XYZ61.9261.1274.86-
YUV207.14134.13135.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.17%
GREEN value IS 200 (78.52% from 255) = 31.50%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=34.17%
G=31.50%
B=34.33%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172002180.000.0800.15296.6719.5781.96
HexD9C8DA080F1291452
Octal33131033201001745124122
Binary1101100111001000110110100100001111100101001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C8DA; }

 p { color: rgb(217,200,218); }

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

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

 a { background-color: rgb(217,200,218); }

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

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

 span { border-color: rgb(217,200,218); }

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