#DFACCE

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

Shades of French Lilac #DFACCE

Tints of French Lilac #DFACCE

Color information

#DFACCE (or 0xDFACCE) is unknown color: approx French Lilac. HEX triplet: DF, AC and CE. RGB value is (223,172,206). Sum of RGB (Red+Green+Blue) = 223+172+206=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACCE is #205331. Grayscale: #BFBFBF. Windows color (decimal): -2118450 or 13544671. OLE color: 13544671.

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

Color convert

RGB223172206-
CMYK00.230.080.13
HSL320º44.35%77.45%-
HSV(B)320º22.87%87.45%-
XYZ56.3249.6565.01-
YUV191.12136.4150.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 172 (67.58% from 255) = 28.62%
BLUE value IS 206 (80.86% from 255) = 34.28%
R=37.10%
G=28.62%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317220600.230.080.1332044.3577.45
HexDFACCE0178D1402c4d
Octal337254316027101550054115
Binary110111111010110011001110010111100011011010000001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACCE; }

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

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

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

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

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

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

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

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