#DFAAD5

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

Shades of French Lilac #DFAAD5

Tints of French Lilac #DFAAD5

Color information

#DFAAD5 (or 0xDFAAD5) is unknown color: approx French Lilac. HEX triplet: DF, AA and D5. RGB value is (223,170,213). Sum of RGB (Red+Green+Blue) = 223+170+213=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAD5 is #20552A. Grayscale: #BEBEBE. Windows color (decimal): -2118955 or 14002911. OLE color: 14002911.

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

Color convert

RGB223170213-
CMYK00.240.040.13
HSL311.32º45.3%77.06%-
HSV(B)311.32º23.77%87.45%-
XYZ56.8249.2469.46-
YUV190.75140.56151-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 170 (66.80% from 255) = 28.05%
BLUE value IS 213 (83.59% from 255) = 35.15%
R=36.80%
G=28.05%
B=35.15%

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
Decimal22317021300.240.040.13311.3245.377.06
HexDFAAD50184D1372d4d
Octal33725232503041546755115
Binary11011111101010101101010101100010011011001101111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAD5; }

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

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

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

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

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

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

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

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