#DAB2DB

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

Shades of Thistle #DAB2DB

Tints of Thistle #DAB2DB

Color information

#DAB2DB (or 0xDAB2DB) is unknown color: approx Thistle. HEX triplet: DA, B2 and DB. RGB value is (218,178,219). Sum of RGB (Red+Green+Blue) = 218+178+219=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAB2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2DB is #254D24. Grayscale: #C2C2C2. Windows color (decimal): -2444581 or 14398170. OLE color: 14398170.

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

Color convert

RGB218178219-
CMYK0.000.1900.14
HSL298.54º36.28%77.84%-
HSV(B)298.54º18.72%85.88%-
XYZ57.6251.8673.99-
YUV194.63141.75144.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 178 (69.92% from 255) = 28.94%
BLUE value IS 219 (85.94% from 255) = 35.61%
R=35.45%
G=28.94%
B=35.61%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181782190.000.1900.14298.5436.2877.84
HexDAB2DB0130E12b244e
Octal33226233302301645344116
Binary110110101011001011011011010011011101001010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2DB; }

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

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

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

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

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

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

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

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