#DFAFD7

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

Shades of French Lilac #DFAFD7

Tints of French Lilac #DFAFD7

Color information

#DFAFD7 (or 0xDFAFD7) is unknown color: approx French Lilac. HEX triplet: DF, AF and D7. RGB value is (223,175,215). Sum of RGB (Red+Green+Blue) = 223+175+215=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFD7 is #205028. Grayscale: #C1C1C1. Windows color (decimal): -2117673 or 14135263. OLE color: 14135263.

HSL color Cylindrical-coordinate representation of color #DFAFD7: hue angle of 310º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFAFD7 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB223175215-
CMYK00.220.040.13
HSL310º42.86%78.04%-
HSV(B)310º21.52%87.45%-
XYZ58.0351.2571.12-
YUV193.91139.9148.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.38%
GREEN value IS 175 (68.75% from 255) = 28.55%
BLUE value IS 215 (84.38% from 255) = 35.07%
R=36.38%
G=28.55%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317521500.220.040.1331042.8678.04
HexDFAFD70164D1362b4e
Octal33725732702641546653116
Binary11011111101011111101011101011010011011001101101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFD7; }

 p { color: rgb(223,175,215); }

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

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

 a { background-color: rgb(223,175,215); }

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

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

 span { border-color: rgb(223,175,215); }

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