#DFA6CF

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

Shades of French Lilac #DFA6CF

Tints of French Lilac #DFA6CF

Color information

#DFA6CF (or 0xDFA6CF) is unknown color: approx French Lilac. HEX triplet: DF, A6 and CF. RGB value is (223,166,207). Sum of RGB (Red+Green+Blue) = 223+166+207=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA6CF is #205930. Grayscale: #BBBBBB. Windows color (decimal): -2119985 or 13608671. OLE color: 13608671.

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

Color convert

RGB223166207-
CMYK00.260.070.13
HSL316.84º47.11%76.27%-
HSV(B)316.84º25.56%87.45%-
XYZ55.3347.4765.28-
YUV187.72138.88153.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 166 (65.23% from 255) = 27.85%
BLUE value IS 207 (81.25% from 255) = 34.73%
R=37.42%
G=27.85%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316620700.260.070.13316.8447.1176.27
HexDFA6CF01A7D13d2f4c
Octal33724631703271547557114
Binary11011111101001101100111101101011111011001111011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA6CF; }

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

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

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

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

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

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

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

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