#DBB4DB

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

Shades of Thistle #DBB4DB

Tints of Thistle #DBB4DB

Color information

#DBB4DB (or 0xDBB4DB) is unknown color: approx Thistle. HEX triplet: DB, B4 and DB. RGB value is (219,180,219). Sum of RGB (Red+Green+Blue) = 219+180+219=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 180 (70.70% from 255 or 29.13% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4DB is #244B24. Grayscale: #C3C3C3. Windows color (decimal): -2378533 or 14398683. OLE color: 14398683.

HSL color Cylindrical-coordinate representation of color #DBB4DB: hue angle of 300º degrees, saturation: 0.35, 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 #DBB4DB is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219180219-
CMYK00.1800.14
HSL300º35.14%78.24%-
HSV(B)300º17.81%85.88%-
XYZ58.3252.8274.14-
YUV196.11140.92144.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.44%
GREEN value IS 180 (70.70% from 255) = 29.13%
BLUE value IS 219 (85.94% from 255) = 35.44%
R=35.44%
G=29.13%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918021900.1800.1430035.1478.24
HexDBB4DB0120E12c234e
Octal33326433302201645443116
Binary110110111011010011011011010010011101001011001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4DB; }

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

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

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

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

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

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

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

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