#DAAED6

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

Shades of French Lilac #DAAED6

Tints of French Lilac #DAAED6

Color information

#DAAED6 (or 0xDAAED6) is unknown color: approx French Lilac. HEX triplet: DA, AE and D6. RGB value is (218,174,214). Sum of RGB (Red+Green+Blue) = 218+174+214=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAED6 is #255129. Grayscale: #BFBFBF. Windows color (decimal): -2445610 or 14069466. OLE color: 14069466.

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

Color convert

RGB218174214-
CMYK00.200.020.15
HSL305.45º37.29%76.86%-
HSV(B)305.45º20.18%85.49%-
XYZ56.1950.0370.31-
YUV191.72140.58146.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 174 (68.36% from 255) = 28.71%
BLUE value IS 214 (83.98% from 255) = 35.31%
R=35.97%
G=28.71%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817421400.200.020.15305.4537.2976.86
HexDAAED60142F131254d
Octal33225632602421746145115
Binary1101101010101110110101100101001011111001100011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAED6; }

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

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

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

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

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

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

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

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