#DFAAD8

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

Shades of French Lilac #DFAAD8

Tints of French Lilac #DFAAD8

Color information

#DFAAD8 (or 0xDFAAD8) is unknown color: approx French Lilac. HEX triplet: DF, AA and D8. RGB value is (223,170,216). Sum of RGB (Red+Green+Blue) = 223+170+216=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAD8 is #205527. Grayscale: #BEBEBE. Windows color (decimal): -2118952 or 14199519. OLE color: 14199519.

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

Color convert

RGB223170216-
CMYK00.240.030.13
HSL307.92º45.3%77.06%-
HSV(B)307.92º23.77%87.45%-
XYZ57.249.471.49-
YUV191.09142.06150.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.62%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 216 (84.77% from 255) = 35.47%
R=36.62%
G=27.91%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317021600.240.030.13307.9245.377.06
HexDFAAD80183D1342d4d
Octal33725233003031546455115
Binary1101111110101010110110000110001111011001101001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAD8; }

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

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

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

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

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

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

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

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