#DFAACF

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

Shades of French Lilac #DFAACF

Tints of French Lilac #DFAACF

Color information

#DFAACF (or 0xDFAACF) is unknown color: approx French Lilac. HEX triplet: DF, AA and CF. RGB value is (223,170,207). Sum of RGB (Red+Green+Blue) = 223+170+207=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAACF is #205530. Grayscale: #BDBDBD. Windows color (decimal): -2118961 or 13609695. OLE color: 13609695.

HSL color Cylindrical-coordinate representation of color #DFAACF: hue angle of 318.11º 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 #DFAACF is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB223170207-
CMYK00.240.070.13
HSL318.11º45.3%77.06%-
HSV(B)318.11º23.77%87.45%-
XYZ56.0748.9465.52-
YUV190.06137.56151.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.17%
GREEN value IS 170 (66.80% from 255) = 28.33%
BLUE value IS 207 (81.25% from 255) = 34.5%
R=37.17%
G=28.33%
B=34.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317020700.240.070.13318.1145.377.06
HexDFAACF0187D13e2d4d
Octal33725231703071547655115
Binary11011111101010101100111101100011111011001111101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAACF; }

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

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

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

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

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

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

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

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