#DFAAD7

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

Shades of French Lilac #DFAAD7

Tints of French Lilac #DFAAD7

Color information

#DFAAD7 (or 0xDFAAD7) is unknown color: approx French Lilac. HEX triplet: DF, AA and D7. RGB value is (223,170,215). Sum of RGB (Red+Green+Blue) = 223+170+215=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 215 (84.38% from 255 or 35.36% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAD7 is #205528. Grayscale: #BEBEBE. Windows color (decimal): -2118953 or 14133983. OLE color: 14133983.

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

Color convert

RGB223170215-
CMYK00.240.040.13
HSL309.06º45.3%77.06%-
HSV(B)309.06º23.77%87.45%-
XYZ57.0749.3470.81-
YUV190.98141.56150.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.68%
GREEN value IS 170 (66.80% from 255) = 27.96%
BLUE value IS 215 (84.38% from 255) = 35.36%
R=36.68%
G=27.96%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317021500.240.040.13309.0645.377.06
HexDFAAD70184D1352d4d
Octal33725232703041546555115
Binary11011111101010101101011101100010011011001101011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAD7; }

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

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

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

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

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

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

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

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