#DFA8D1

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

Shades of French Lilac #DFA8D1

Tints of French Lilac #DFA8D1

Color information

#DFA8D1 (or 0xDFA8D1) is unknown color: approx French Lilac. HEX triplet: DF, A8 and D1. RGB value is (223,168,209). Sum of RGB (Red+Green+Blue) = 223+168+209=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 168 (66.02% from 255 or 28% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8D1 is #20572E. Grayscale: #BDBDBD. Windows color (decimal): -2119471 or 13740255. OLE color: 13740255.

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

Color convert

RGB223168209-
CMYK00.250.060.13
HSL315.27º46.22%76.67%-
HSV(B)315.27º24.66%87.45%-
XYZ55.9448.366.7-
YUV189.12139.22152.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.17%
GREEN value IS 168 (66.02% from 255) = 28%
BLUE value IS 209 (82.03% from 255) = 34.83%
R=37.17%
G=28%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316820900.250.060.13315.2746.2276.67
HexDFA8D10196D13b2e4d
Octal33725032103161547356115
Binary11011111101010001101000101100111011011001110111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA8D1; }

 p { color: rgb(223,168,209); }

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

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

 a { background-color: rgb(223,168,209); }

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

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

 span { border-color: rgb(223,168,209); }

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