#DAAECE

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

Shades of French Lilac #DAAECE

Tints of French Lilac #DAAECE

Color information

#DAAECE (or 0xDAAECE) is unknown color: approx French Lilac. HEX triplet: DA, AE and CE. RGB value is (218,174,206). Sum of RGB (Red+Green+Blue) = 218+174+206=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAECE is #255131. Grayscale: #BEBEBE. Windows color (decimal): -2445618 or 13545178. OLE color: 13545178.

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

Color convert

RGB218174206-
CMYK00.200.060.15
HSL316.36º37.29%76.86%-
HSV(B)316.36º20.18%85.49%-
XYZ55.1949.6365.06-
YUV190.8136.58147.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 174 (68.36% from 255) = 29.10%
BLUE value IS 206 (80.86% from 255) = 34.45%
R=36.45%
G=29.10%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817420600.200.060.15316.3637.2976.86
HexDAAECE0146F13c254d
Octal33225631602461747445115
Binary11011010101011101100111001010011011111001111001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAECE; }

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

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

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

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

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

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

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

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