#DFAFDF

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

Shades of French Lilac #DFAFDF

Tints of French Lilac #DFAFDF

Color information

#DFAFDF (or 0xDFAFDF) is unknown color: approx French Lilac. HEX triplet: DF, AF and DF. RGB value is (223,175,223). Sum of RGB (Red+Green+Blue) = 223+175+223=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFAFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFDF is #205020. Grayscale: #C2C2C2. Windows color (decimal): -2117665 or 14659551. OLE color: 14659551.

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

Color convert

RGB223175223-
CMYK00.2200.13
HSL300º42.86%78.04%-
HSV(B)300º21.52%87.45%-
XYZ59.0851.6876.67-
YUV194.82143.9148.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 175 (68.75% from 255) = 28.18%
BLUE value IS 223 (87.5% from 255) = 35.91%
R=35.91%
G=28.18%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317522300.2200.1330042.8678.04
HexDFAFDF0160D12c2b4e
Octal33725733702601545453116
Binary110111111010111111011111010110011011001011001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFDF; }

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

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

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

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

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

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

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

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