#DFAFDA

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

Shades of French Lilac #DFAFDA

Tints of French Lilac #DFAFDA

Color information

#DFAFDA (or 0xDFAFDA) is unknown color: approx French Lilac. HEX triplet: DF, AF and DA. RGB value is (223,175,218). Sum of RGB (Red+Green+Blue) = 223+175+218=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFDA is #205025. Grayscale: #C2C2C2. Windows color (decimal): -2117670 or 14331871. OLE color: 14331871.

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

Color convert

RGB223175218-
CMYK00.220.020.13
HSL306.25º42.86%78.04%-
HSV(B)306.25º21.52%87.45%-
XYZ58.4251.4173.17-
YUV194.25141.4148.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.20%
GREEN value IS 175 (68.75% from 255) = 28.41%
BLUE value IS 218 (85.55% from 255) = 35.39%
R=36.20%
G=28.41%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317521800.220.020.13306.2542.8678.04
HexDFAFDA0162D1322b4e
Octal33725733202621546253116
Binary1101111110101111110110100101101011011001100101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFDA; }

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

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

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

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

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

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

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

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