#DAAED1

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

Shades of French Lilac #DAAED1

Tints of French Lilac #DAAED1

Color information

#DAAED1 (or 0xDAAED1) is unknown color: approx French Lilac. HEX triplet: DA, AE and D1. RGB value is (218,174,209). Sum of RGB (Red+Green+Blue) = 218+174+209=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAED1 is #25512E. Grayscale: #BFBFBF. Windows color (decimal): -2445615 or 13741786. OLE color: 13741786.

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

Color convert

RGB218174209-
CMYK00.200.040.15
HSL312.27º37.29%76.86%-
HSV(B)312.27º20.18%85.49%-
XYZ55.5649.7867-
YUV191.15138.08147.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 174 (68.36% from 255) = 28.95%
BLUE value IS 209 (82.03% from 255) = 34.78%
R=36.27%
G=28.95%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817420900.200.040.15312.2737.2976.86
HexDAAED10144F138254d
Octal33225632102441747045115
Binary11011010101011101101000101010010011111001110001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAED1; }

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

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

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

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

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

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

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

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