#DAB3DA

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

Shades of French Lilac #DAB3DA

Tints of French Lilac #DAB3DA

Color information

#DAB3DA (or 0xDAB3DA) is unknown color: approx French Lilac. HEX triplet: DA, B3 and DA. RGB value is (218,179,218). Sum of RGB (Red+Green+Blue) = 218+179+218=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 179 (70.31% from 255 or 29.11% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAB3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3DA is #254C25. Grayscale: #C2C2C2. Windows color (decimal): -2444326 or 14332890. OLE color: 14332890.

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

Color convert

RGB218179218-
CMYK00.1800.15
HSL300º34.51%77.84%-
HSV(B)300º17.89%85.49%-
XYZ57.6952.2173.37-
YUV195.11140.92144.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 179 (70.31% from 255) = 29.11%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=35.45%
G=29.11%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817921800.1800.1530034.5177.84
HexDAB3DA0120F12c234e
Octal33226333202201745443116
Binary110110101011001111011010010010011111001011001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB3DA; }

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

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

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

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

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

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

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

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