#DAABD7

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

Shades of French Lilac #DAABD7

Tints of French Lilac #DAABD7

Color information

#DAABD7 (or 0xDAABD7) is unknown color: approx French Lilac. HEX triplet: DA, AB and D7. RGB value is (218,171,215). Sum of RGB (Red+Green+Blue) = 218+171+215=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABD7 is #255428. Grayscale: #BDBDBD. Windows color (decimal): -2446377 or 14134234. OLE color: 14134234.

HSL color Cylindrical-coordinate representation of color #DAABD7: hue angle of 303.83º 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 #DAABD7 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB218171215-
CMYK00.220.010.15
HSL303.83º38.84%76.27%-
HSV(B)303.83º21.56%85.49%-
XYZ55.7448.9470.8-
YUV190.07142.07147.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 171 (67.19% from 255) = 28.31%
BLUE value IS 215 (84.38% from 255) = 35.60%
R=36.09%
G=28.31%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817121500.220.010.15303.8338.8476.27
HexDAABD70161F130274c
Octal33225332702611746047114
Binary110110101010101111010111010110111111001100001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAABD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAABD7; }

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

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

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

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

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

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

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

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