#D6B5DA

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

Shades of Thistle #D6B5DA

Tints of Thistle #D6B5DA

Color information

#D6B5DA (or 0xD6B5DA) is unknown color: approx Thistle. HEX triplet: D6, B5 and DA. RGB value is (214,181,218). Sum of RGB (Red+Green+Blue) = 214+181+218=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6B5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B5DA is #294A25. Grayscale: #C2C2C2. Windows color (decimal): -2705958 or 14333398. OLE color: 14333398.

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

Color convert

RGB214181218-
CMYK0.020.1700.15
HSL293.51º33.33%78.24%-
HSV(B)293.51º16.97%85.49%-
XYZ56.9152.4173.45-
YUV195.08140.93141.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.91%
GREEN value IS 181 (71.09% from 255) = 29.53%
BLUE value IS 218 (85.55% from 255) = 35.56%
R=34.91%
G=29.53%
B=35.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141812180.020.1700.15293.5133.3378.24
HexD6B5DA2110F126214e
Octal32626533222101744641116
Binary1101011010110101110110101010001011111001001101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B5DA; }

 p { color: rgb(214,181,218); }

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

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

 a { background-color: rgb(214,181,218); }

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

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

 span { border-color: rgb(214,181,218); }

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