#DAAED8

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

Shades of French Lilac #DAAED8

Tints of French Lilac #DAAED8

Color information

#DAAED8 (or 0xDAAED8) is unknown color: approx French Lilac. HEX triplet: DA, AE and D8. RGB value is (218,174,216). Sum of RGB (Red+Green+Blue) = 218+174+216=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAED8 is #255127. Grayscale: #BFBFBF. Windows color (decimal): -2445608 or 14200538. OLE color: 14200538.

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

Color convert

RGB218174216-
CMYK00.200.010.15
HSL302.73º37.29%76.86%-
HSV(B)302.73º20.18%85.49%-
XYZ56.4450.1471.67-
YUV191.94141.58146.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 174 (68.36% from 255) = 28.62%
BLUE value IS 216 (84.77% from 255) = 35.53%
R=35.86%
G=28.62%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817421600.200.010.15302.7337.2976.86
HexDAAED80141F12f254d
Octal33225633002411745745115
Binary110110101010111011011000010100111111001011111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAED8; }

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

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

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

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

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

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

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

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