#DFAACD

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

Shades of French Lilac #DFAACD

Tints of French Lilac #DFAACD

Color information

#DFAACD (or 0xDFAACD) is unknown color: approx French Lilac. HEX triplet: DF, AA and CD. RGB value is (223,170,205). Sum of RGB (Red+Green+Blue) = 223+170+205=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAACD is #205532. Grayscale: #BDBDBD. Windows color (decimal): -2118963 or 13478623. OLE color: 13478623.

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

Color convert

RGB223170205-
CMYK00.240.080.13
HSL320.38º45.3%77.06%-
HSV(B)320.38º23.77%87.45%-
XYZ55.8348.8564.24-
YUV189.84136.56151.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.29%
GREEN value IS 170 (66.80% from 255) = 28.43%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=37.29%
G=28.43%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317020500.240.080.13320.3845.377.06
HexDFAACD0188D1402d4d
Octal337252315030101550055115
Binary110111111010101011001101011000100011011010000001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAACD; }

 p { color: rgb(223,170,205); }

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

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

 a { background-color: rgb(223,170,205); }

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

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

 span { border-color: rgb(223,170,205); }

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