#DFAACE

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

Shades of French Lilac #DFAACE

Tints of French Lilac #DFAACE

Color information

#DFAACE (or 0xDFAACE) is unknown color: approx French Lilac. HEX triplet: DF, AA and CE. RGB value is (223,170,206). Sum of RGB (Red+Green+Blue) = 223+170+206=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAACE is #205531. Grayscale: #BDBDBD. Windows color (decimal): -2118962 or 13544159. OLE color: 13544159.

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

Color convert

RGB223170206-
CMYK00.240.080.13
HSL319.25º45.3%77.06%-
HSV(B)319.25º23.77%87.45%-
XYZ55.9548.8964.88-
YUV189.95137.06151.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.23%
GREEN value IS 170 (66.80% from 255) = 28.38%
BLUE value IS 206 (80.86% from 255) = 34.39%
R=37.23%
G=28.38%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317020600.240.080.13319.2545.377.06
HexDFAACE0188D13f2d4d
Octal337252316030101547755115
Binary110111111010101011001110011000100011011001111111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAACE; }

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

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

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

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

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

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

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

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