#DFAFDE

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

Shades of French Lilac #DFAFDE

Tints of French Lilac #DFAFDE

Color information

#DFAFDE (or 0xDFAFDE) is unknown color: approx French Lilac. HEX triplet: DF, AF and DE. RGB value is (223,175,222). Sum of RGB (Red+Green+Blue) = 223+175+222=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFDE is #205021. Grayscale: #C2C2C2. Windows color (decimal): -2117666 or 14594015. OLE color: 14594015.

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

Color convert

RGB223175222-
CMYK00.220.000.13
HSL301.25º42.86%78.04%-
HSV(B)301.25º21.52%87.45%-
XYZ58.9551.6275.96-
YUV194.71143.4148.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 175 (68.75% from 255) = 28.23%
BLUE value IS 222 (87.11% from 255) = 35.81%
R=35.97%
G=28.23%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317522200.220.000.13301.2542.8678.04
HexDFAFDE0160D12d2b4e
Octal33725733602601545553116
Binary110111111010111111011110010110011011001011011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFDE; }

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

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

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

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

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

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

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

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