#D6BBD7

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

Shades of Thistle #D6BBD7

Tints of Thistle #D6BBD7

Color information

#D6BBD7 (or 0xD6BBD7) is unknown color: approx Thistle. HEX triplet: D6, BB and D7. RGB value is (214,187,215). Sum of RGB (Red+Green+Blue) = 214+187+215=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 215 - color contains mainly: blue. Hex color #D6BBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBD7 is #294428. Grayscale: #C6C6C6. Windows color (decimal): -2704425 or 14138326. OLE color: 14138326.

HSL color Cylindrical-coordinate representation of color #D6BBD7: hue angle of 297.86º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BBD7 is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB214187215-
CMYK0.000.1300.16
HSL297.86º25.93%78.82%-
HSV(B)297.86º13.02%84.31%-
XYZ57.7754.7471.81-
YUV198.26137.45139.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.74%
GREEN value IS 187 (73.44% from 255) = 30.36%
BLUE value IS 215 (84.38% from 255) = 34.90%
R=34.74%
G=30.36%
B=34.90%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141872150.000.1300.16297.8625.9378.82
HexD6BBD70D01012a1a4f
Octal32627332701502045232117
Binary11010110101110111101011101101010000100101010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBD7; }

 p { color: rgb(214,187,215); }

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

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

 a { background-color: rgb(214,187,215); }

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

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

 span { border-color: rgb(214,187,215); }

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