#D6B3DB

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

Shades of Thistle #D6B3DB

Tints of Thistle #D6B3DB

Color information

#D6B3DB (or 0xD6B3DB) is unknown color: approx Thistle. HEX triplet: D6, B3 and DB. RGB value is (214,179,219). Sum of RGB (Red+Green+Blue) = 214+179+219=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 179 (70.31% from 255 or 29.25% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6B3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B3DB is #294C24. Grayscale: #C1C1C1. Windows color (decimal): -2706469 or 14398422. OLE color: 14398422.

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

Color convert

RGB214179219-
CMYK0.020.1800.14
HSL292.5º35.71%78.04%-
HSV(B)292.5º18.26%85.88%-
XYZ56.6451.6574-
YUV194.02142.1142.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.97%
GREEN value IS 179 (70.31% from 255) = 29.25%
BLUE value IS 219 (85.94% from 255) = 35.78%
R=34.97%
G=29.25%
B=35.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141792190.020.1800.14292.535.7178.04
HexD6B3DB2120E124244e
Octal32626333322201644444116
Binary1101011010110011110110111010010011101001001001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B3DB; }

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

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

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

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

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

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

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

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