#DAB2DA

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

Shades of French Lilac #DAB2DA

Tints of French Lilac #DAB2DA

Color information

#DAB2DA (or 0xDAB2DA) is unknown color: approx French Lilac. HEX triplet: DA, B2 and DA. RGB value is (218,178,218). Sum of RGB (Red+Green+Blue) = 218+178+218=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAB2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2DA is #254D25. Grayscale: #C2C2C2. Windows color (decimal): -2444582 or 14332634. OLE color: 14332634.

HSL color Cylindrical-coordinate representation of color #DAB2DA: 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 #DAB2DA is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB218178218-
CMYK00.1800.15
HSL300º35.09%77.65%-
HSV(B)300º18.35%85.49%-
XYZ57.4951.8173.3-
YUV194.52141.25144.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.50%
GREEN value IS 178 (69.92% from 255) = 28.99%
BLUE value IS 218 (85.55% from 255) = 35.50%
R=35.50%
G=28.99%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817821800.1800.1530035.0977.65
HexDAB2DA0120F12c234e
Octal33226233202201745443116
Binary110110101011001011011010010010011111001011001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2DA; }

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

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

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

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

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

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

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

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