#DFAAD3

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

Shades of French Lilac #DFAAD3

Tints of French Lilac #DFAAD3

Color information

#DFAAD3 (or 0xDFAAD3) is unknown color: approx French Lilac. HEX triplet: DF, AA and D3. RGB value is (223,170,211). Sum of RGB (Red+Green+Blue) = 223+170+211=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAD3 is #20552C. Grayscale: #BEBEBE. Windows color (decimal): -2118957 or 13871839. OLE color: 13871839.

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

Color convert

RGB223170211-
CMYK00.240.050.13
HSL313.58º45.3%77.06%-
HSV(B)313.58º23.77%87.45%-
XYZ56.5649.1468.13-
YUV190.52139.56151.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.92%
GREEN value IS 170 (66.80% from 255) = 28.15%
BLUE value IS 211 (82.81% from 255) = 34.93%
R=36.92%
G=28.15%
B=34.93%

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
Decimal22317021100.240.050.13313.5845.377.06
HexDFAAD30185D13a2d4d
Octal33725232303051547255115
Binary11011111101010101101001101100010111011001110101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAD3; }

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

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

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

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

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

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

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

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