#DFACD8

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

Shades of French Lilac #DFACD8

Tints of French Lilac #DFACD8

Color information

#DFACD8 (or 0xDFACD8) is unknown color: approx French Lilac. HEX triplet: DF, AC and D8. RGB value is (223,172,216). Sum of RGB (Red+Green+Blue) = 223+172+216=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACD8 is #205327. Grayscale: #C0C0C0. Windows color (decimal): -2118440 or 14200031. OLE color: 14200031.

HSL color Cylindrical-coordinate representation of color #DFACD8: hue angle of 308.24º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFACD8 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB223172216-
CMYK00.230.030.13
HSL308.24º44.35%77.45%-
HSV(B)308.24º22.87%87.45%-
XYZ57.5850.1571.61-
YUV192.26141.4149.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.50%
GREEN value IS 172 (67.58% from 255) = 28.15%
BLUE value IS 216 (84.77% from 255) = 35.35%
R=36.50%
G=28.15%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317221600.230.030.13308.2444.3577.45
HexDFACD80173D1342c4d
Octal33725433002731546454115
Binary1101111110101100110110000101111111011001101001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACD8; }

 p { color: rgb(223,172,216); }

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

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

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

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

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

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

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