#DFAAD2

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

Shades of French Lilac #DFAAD2

Tints of French Lilac #DFAAD2

Color information

#DFAAD2 (or 0xDFAAD2) is unknown color: approx French Lilac. HEX triplet: DF, AA and D2. RGB value is (223,170,210). Sum of RGB (Red+Green+Blue) = 223+170+210=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAD2 is #20552D. Grayscale: #BEBEBE. Windows color (decimal): -2118958 or 13806303. OLE color: 13806303.

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

Color convert

RGB223170210-
CMYK00.240.060.13
HSL314.72º45.3%77.06%-
HSV(B)314.72º23.77%87.45%-
XYZ56.4449.0967.47-
YUV190.41139.06151.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.98%
GREEN value IS 170 (66.80% from 255) = 28.19%
BLUE value IS 210 (82.42% from 255) = 34.83%
R=36.98%
G=28.19%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317021000.240.060.13314.7245.377.06
HexDFAAD20186D13b2d4d
Octal33725232203061547355115
Binary11011111101010101101001001100011011011001110111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAD2; }

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

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

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

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

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

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

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

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