#DAB1DA

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

Shades of French Lilac #DAB1DA

Tints of French Lilac #DAB1DA

Color information

#DAB1DA (or 0xDAB1DA) is unknown color: approx French Lilac. HEX triplet: DA, B1 and DA. RGB value is (218,177,218). Sum of RGB (Red+Green+Blue) = 218+177+218=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAB1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1DA is #254E25. Grayscale: #C1C1C1. Windows color (decimal): -2444838 or 14332378. OLE color: 14332378.

HSL color Cylindrical-coordinate representation of color #DAB1DA: hue angle of 300º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB1DA is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB218177218-
CMYK00.1900.15
HSL300º35.65%77.45%-
HSV(B)300º18.81%85.49%-
XYZ57.2951.4173.23-
YUV193.93141.58145.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.56%
GREEN value IS 177 (69.53% from 255) = 28.87%
BLUE value IS 218 (85.55% from 255) = 35.56%
R=35.56%
G=28.87%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817721800.1900.1530035.6577.45
HexDAB1DA0130F12c244d
Octal33226133202301745444115
Binary110110101011000111011010010011011111001011001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1DA; }

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

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

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

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

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

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

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

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