#DFACDA

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

Shades of French Lilac #DFACDA

Tints of French Lilac #DFACDA

Color information

#DFACDA (or 0xDFACDA) is unknown color: approx French Lilac. HEX triplet: DF, AC and DA. RGB value is (223,172,218). Sum of RGB (Red+Green+Blue) = 223+172+218=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACDA is #205325. Grayscale: #C0C0C0. Windows color (decimal): -2118438 or 14331103. OLE color: 14331103.

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

Color convert

RGB223172218-
CMYK00.230.020.13
HSL305.88º44.35%77.45%-
HSV(B)305.88º22.87%87.45%-
XYZ57.8450.2572.98-
YUV192.49142.4149.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.38%
GREEN value IS 172 (67.58% from 255) = 28.06%
BLUE value IS 218 (85.55% from 255) = 35.56%
R=36.38%
G=28.06%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317221800.230.020.13305.8844.3577.45
HexDFACDA0172D1322c4d
Octal33725433202721546254115
Binary1101111110101100110110100101111011011001100101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACDA; }

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

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

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

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

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

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

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

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