#DFAED1

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

Shades of French Lilac #DFAED1

Tints of French Lilac #DFAED1

Color information

#DFAED1 (or 0xDFAED1) is unknown color: approx French Lilac. HEX triplet: DF, AE and D1. RGB value is (223,174,209). Sum of RGB (Red+Green+Blue) = 223+174+209=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAED1 is #20512E. Grayscale: #C0C0C0. Windows color (decimal): -2117935 or 13741791. OLE color: 13741791.

HSL color Cylindrical-coordinate representation of color #DFAED1: hue angle of 317.14º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFAED1 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB223174209-
CMYK00.220.060.13
HSL317.14º43.36%77.84%-
HSV(B)317.14º21.97%87.45%-
XYZ57.0850.5667.07-
YUV192.64137.23149.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 174 (68.36% from 255) = 28.71%
BLUE value IS 209 (82.03% from 255) = 34.49%
R=36.80%
G=28.71%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317420900.220.060.13317.1443.3677.84
HexDFAED10166D13d2b4e
Octal33725632102661547553116
Binary11011111101011101101000101011011011011001111011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAED1; }

 p { color: rgb(223,174,209); }

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

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

 a { background-color: rgb(223,174,209); }

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

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

 span { border-color: rgb(223,174,209); }

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