#D6C8D9

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

Shades of Thistle #D6C8D9

Tints of Thistle #D6C8D9

Color information

#D6C8D9 (or 0xD6C8D9) is unknown color: approx Thistle. HEX triplet: D6, C8 and D9. RGB value is (214,200,217). Sum of RGB (Red+Green+Blue) = 214+200+217=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 217 - color contains mainly: blue. Hex color #D6C8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C8D9 is #293726. Grayscale: #CECECE. Windows color (decimal): -2701095 or 14272726. OLE color: 14272726.

HSL color Cylindrical-coordinate representation of color #D6C8D9: hue angle of 289.41º degrees, saturation: 0.18, 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 #D6C8D9 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214200217-
CMYK0.010.0800.15
HSL289.41º18.28%81.76%-
HSV(B)289.41º7.83%85.1%-
XYZ60.9160.6174.14-
YUV206.12134.14133.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.91%
GREEN value IS 200 (78.52% from 255) = 31.70%
BLUE value IS 217 (85.16% from 255) = 34.39%
R=33.91%
G=31.70%
B=34.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142002170.010.0800.15289.4118.2881.76
HexD6C8D9180F1211252
Octal32631033111001744122122
Binary1101011011001000110110011100001111100100001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C8D9; }

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

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

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

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

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

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

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

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