#D6BADB

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

Shades of Thistle #D6BADB

Tints of Thistle #D6BADB

Color information

#D6BADB (or 0xD6BADB) is unknown color: approx Thistle. HEX triplet: D6, BA and DB. RGB value is (214,186,219). Sum of RGB (Red+Green+Blue) = 214+186+219=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BADB is #294524. Grayscale: #C6C6C6. Windows color (decimal): -2704677 or 14400214. OLE color: 14400214.

HSL color Cylindrical-coordinate representation of color #D6BADB: hue angle of 290.91º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6BADB is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214186219-
CMYK0.020.1500.14
HSL290.91º31.43%79.41%-
HSV(B)290.91º15.07%85.88%-
XYZ58.0854.5374.48-
YUV198.13139.78139.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.57%
GREEN value IS 186 (73.05% from 255) = 30.05%
BLUE value IS 219 (85.94% from 255) = 35.38%
R=34.57%
G=30.05%
B=35.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141862190.020.1500.14290.9131.4379.41
HexD6BADB2F0E1231f4f
Octal32627233321701644337117
Binary11010110101110101101101110111101110100100011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BADB; }

 p { color: rgb(214,186,219); }

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

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

 a { background-color: rgb(214,186,219); }

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

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

 span { border-color: rgb(214,186,219); }

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