#DFACD7

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

Shades of French Lilac #DFACD7

Tints of French Lilac #DFACD7

Color information

#DFACD7 (or 0xDFACD7) is unknown color: approx French Lilac. HEX triplet: DF, AC and D7. RGB value is (223,172,215). Sum of RGB (Red+Green+Blue) = 223+172+215=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACD7 is #205328. Grayscale: #C0C0C0. Windows color (decimal): -2118441 or 14134495. OLE color: 14134495.

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

Color convert

RGB223172215-
CMYK00.230.040.13
HSL309.41º44.35%77.45%-
HSV(B)309.41º22.87%87.45%-
XYZ57.4550.170.93-
YUV192.15140.9150-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.56%
GREEN value IS 172 (67.58% from 255) = 28.20%
BLUE value IS 215 (84.38% from 255) = 35.25%
R=36.56%
G=28.20%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317221500.230.040.13309.4144.3577.45
HexDFACD70174D1352c4d
Octal33725432702741546554115
Binary11011111101011001101011101011110011011001101011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACD7; }

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

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

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

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

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

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

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

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