#DAAED2

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

Shades of French Lilac #DAAED2

Tints of French Lilac #DAAED2

Color information

#DAAED2 (or 0xDAAED2) is unknown color: approx French Lilac. HEX triplet: DA, AE and D2. RGB value is (218,174,210). Sum of RGB (Red+Green+Blue) = 218+174+210=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAED2 is #25512D. Grayscale: #BFBFBF. Windows color (decimal): -2445614 or 13807322. OLE color: 13807322.

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

Color convert

RGB218174210-
CMYK00.200.040.15
HSL310.91º37.29%76.86%-
HSV(B)310.91º20.18%85.49%-
XYZ55.6849.8367.66-
YUV191.26138.58147.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.21%
GREEN value IS 174 (68.36% from 255) = 28.90%
BLUE value IS 210 (82.42% from 255) = 34.88%
R=36.21%
G=28.90%
B=34.88%

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
Decimal21817421000.200.040.15310.9137.2976.86
HexDAAED20144F137254d
Octal33225632202441746745115
Binary11011010101011101101001001010010011111001101111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAED2; }

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

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

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

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

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

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

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

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