#DAAED7

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

Shades of French Lilac #DAAED7

Tints of French Lilac #DAAED7

Color information

#DAAED7 (or 0xDAAED7) is unknown color: approx French Lilac. HEX triplet: DA, AE and D7. RGB value is (218,174,215). Sum of RGB (Red+Green+Blue) = 218+174+215=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAED7 is #255128. Grayscale: #BFBFBF. Windows color (decimal): -2445609 or 14135002. OLE color: 14135002.

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

Color convert

RGB218174215-
CMYK00.200.010.15
HSL304.09º37.29%76.86%-
HSV(B)304.09º20.18%85.49%-
XYZ56.3250.0870.99-
YUV191.83141.08146.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 174 (68.36% from 255) = 28.67%
BLUE value IS 215 (84.38% from 255) = 35.42%
R=35.91%
G=28.67%
B=35.42%

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
Decimal21817421500.200.010.15304.0937.2976.86
HexDAAED70141F130254d
Octal33225632702411746045115
Binary110110101010111011010111010100111111001100001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAED7; }

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

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

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

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

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

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

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

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