#DFAAD4

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

Shades of French Lilac #DFAAD4

Tints of French Lilac #DFAAD4

Color information

#DFAAD4 (or 0xDFAAD4) is unknown color: approx French Lilac. HEX triplet: DF, AA and D4. RGB value is (223,170,212). Sum of RGB (Red+Green+Blue) = 223+170+212=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAD4 is #20552B. Grayscale: #BEBEBE. Windows color (decimal): -2118956 or 13937375. OLE color: 13937375.

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

Color convert

RGB223170212-
CMYK00.240.050.13
HSL312.45º45.3%77.06%-
HSV(B)312.45º23.77%87.45%-
XYZ56.6949.1968.79-
YUV190.64140.06151.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.86%
GREEN value IS 170 (66.80% from 255) = 28.10%
BLUE value IS 212 (83.20% from 255) = 35.04%
R=36.86%
G=28.10%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317021200.240.050.13312.4545.377.06
HexDFAAD40185D1382d4d
Octal33725232403051547055115
Binary11011111101010101101010001100010111011001110001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAD4; }

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

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

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

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

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

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

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

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