#DAB5DB

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

Shades of Thistle #DAB5DB

Tints of Thistle #DAB5DB

Color information

#DAB5DB (or 0xDAB5DB) is unknown color: approx Thistle. HEX triplet: DA, B5 and DB. RGB value is (218,181,219). Sum of RGB (Red+Green+Blue) = 218+181+219=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 181 (71.09% from 255 or 29.29% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAB5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB5DB is #254A24. Grayscale: #C4C4C4. Windows color (decimal): -2443813 or 14398938. OLE color: 14398938.

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

Color convert

RGB218181219-
CMYK0.000.1700.14
HSL298.42º34.55%78.43%-
HSV(B)298.42º17.35%85.88%-
XYZ58.2253.0774.19-
YUV196.4140.76143.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 181 (71.09% from 255) = 29.29%
BLUE value IS 219 (85.94% from 255) = 35.44%
R=35.28%
G=29.29%
B=35.44%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181812190.000.1700.14298.4234.5578.43
HexDAB5DB0110E12a234e
Octal33226533302101645243116
Binary110110101011010111011011010001011101001010101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB5DB; }

 p { color: rgb(218,181,219); }

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

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

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

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

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

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

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