#D6C2D9

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

Shades of Thistle #D6C2D9

Tints of Thistle #D6C2D9

Color information

#D6C2D9 (or 0xD6C2D9) is unknown color: approx Thistle. HEX triplet: D6, C2 and D9. RGB value is (214,194,217). Sum of RGB (Red+Green+Blue) = 214+194+217=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 217 (85.16% from 255 or 34.72% from 625); Max value from RGB is 217 - color contains mainly: blue. Hex color #D6C2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C2D9 is #293D26. Grayscale: #CACACA. Windows color (decimal): -2702631 or 14271190. OLE color: 14271190.

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

Color convert

RGB214194217-
CMYK0.010.1100.15
HSL292.17º23.23%80.59%-
HSV(B)292.17º10.6%85.1%-
XYZ59.5557.8973.68-
YUV202.6136.13136.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.24%
GREEN value IS 194 (76.17% from 255) = 31.04%
BLUE value IS 217 (85.16% from 255) = 34.72%
R=34.24%
G=31.04%
B=34.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141942170.010.1100.15292.1723.2380.59
HexD6C2D91B0F1241751
Octal32630233111301744427121
Binary1101011011000010110110011101101111100100100101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C2D9; }

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

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

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

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

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

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

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

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