#DAB1DB

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

Shades of Thistle #DAB1DB

Tints of Thistle #DAB1DB

Color information

#DAB1DB (or 0xDAB1DB) is unknown color: approx Thistle. HEX triplet: DA, B1 and DB. RGB value is (218,177,219). Sum of RGB (Red+Green+Blue) = 218+177+219=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAB1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1DB is #254E24. Grayscale: #C1C1C1. Windows color (decimal): -2444837 or 14397914. OLE color: 14397914.

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

Color convert

RGB218177219-
CMYK0.000.1900.14
HSL298.57º36.84%77.65%-
HSV(B)298.57º19.18%85.88%-
XYZ57.4251.4673.92-
YUV194.05142.08145.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.50%
GREEN value IS 177 (69.53% from 255) = 28.83%
BLUE value IS 219 (85.94% from 255) = 35.67%
R=35.50%
G=28.83%
B=35.67%

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
Decimal2181772190.000.1900.14298.5736.8477.65
HexDAB1DB0130E12b254e
Octal33226133302301645345116
Binary110110101011000111011011010011011101001010111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1DB; }

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

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

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

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

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

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

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

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