#DAABD1

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

Shades of French Lilac #DAABD1

Tints of French Lilac #DAABD1

Color information

#DAABD1 (or 0xDAABD1) is unknown color: approx French Lilac. HEX triplet: DA, AB and D1. RGB value is (218,171,209). Sum of RGB (Red+Green+Blue) = 218+171+209=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABD1 is #25542E. Grayscale: #BDBDBD. Windows color (decimal): -2446383 or 13741018. OLE color: 13741018.

HSL color Cylindrical-coordinate representation of color #DAABD1: hue angle of 311.49º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAABD1 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB218171209-
CMYK00.220.040.15
HSL311.49º38.84%76.27%-
HSV(B)311.49º21.56%85.49%-
XYZ54.9848.6366.81-
YUV189.38139.07148.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 171 (67.19% from 255) = 28.60%
BLUE value IS 209 (82.03% from 255) = 34.95%
R=36.45%
G=28.60%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817120900.220.040.15311.4938.8476.27
HexDAABD10164F137274c
Octal33225332102641746747114
Binary11011010101010111101000101011010011111001101111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAABD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAABD1; }

 p { color: rgb(218,171,209); }

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

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

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

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

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

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

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