#DEAACE

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

Shades of French Lilac #DEAACE

Tints of French Lilac #DEAACE

Color information

#DEAACE (or 0xDEAACE) is unknown color: approx French Lilac. HEX triplet: DE, AA and CE. RGB value is (222,170,206). Sum of RGB (Red+Green+Blue) = 222+170+206=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAACE is #215531. Grayscale: #BDBDBD. Windows color (decimal): -2184498 or 13544158. OLE color: 13544158.

HSL color Cylindrical-coordinate representation of color #DEAACE: hue angle of 318.46º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEAACE is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB222170206-
CMYK00.230.070.13
HSL318.46º44.07%76.86%-
HSV(B)318.46º23.42%87.06%-
XYZ55.6448.7464.87-
YUV189.65137.23151.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.12%
GREEN value IS 170 (66.80% from 255) = 28.43%
BLUE value IS 206 (80.86% from 255) = 34.45%
R=37.12%
G=28.43%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217020600.230.070.13318.4644.0776.86
HexDEAACE0177D13e2c4d
Octal33625231602771547654115
Binary11011110101010101100111001011111111011001111101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAACE; }

 p { color: rgb(222,170,206); }

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

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

 a { background-color: rgb(222,170,206); }

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

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

 span { border-color: rgb(222,170,206); }

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