#DBB9DB

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

Shades of Thistle #DBB9DB

Tints of Thistle #DBB9DB

Color information

#DBB9DB (or 0xDBB9DB) is unknown color: approx Thistle. HEX triplet: DB, B9 and DB. RGB value is (219,185,219). Sum of RGB (Red+Green+Blue) = 219+185+219=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBB9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB9DB is #244624. Grayscale: #C6C6C6. Windows color (decimal): -2377253 or 14399963. OLE color: 14399963.

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

Color convert

RGB219185219-
CMYK00.1600.14
HSL300º32.08%79.22%-
HSV(B)300º15.53%85.88%-
XYZ59.3554.8774.48-
YUV199.04139.26142.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.15%
GREEN value IS 185 (72.66% from 255) = 29.70%
BLUE value IS 219 (85.94% from 255) = 35.15%
R=35.15%
G=29.70%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918521900.1600.1430032.0879.22
HexDBB9DB0100E12c204f
Octal33327133302001645440117
Binary110110111011100111011011010000011101001011001000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB9DB; }

 p { color: rgb(219,185,219); }

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

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

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

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

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

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

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