#DFAED2

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

Shades of French Lilac #DFAED2

Tints of French Lilac #DFAED2

Color information

#DFAED2 (or 0xDFAED2) is unknown color: approx French Lilac. HEX triplet: DF, AE and D2. RGB value is (223,174,210). Sum of RGB (Red+Green+Blue) = 223+174+210=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAED2 is #20512D. Grayscale: #C0C0C0. Windows color (decimal): -2117934 or 13807327. OLE color: 13807327.

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

Color convert

RGB223174210-
CMYK00.220.060.13
HSL315.92º43.36%77.84%-
HSV(B)315.92º21.97%87.45%-
XYZ57.250.6167.73-
YUV192.76137.73149.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.74%
GREEN value IS 174 (68.36% from 255) = 28.67%
BLUE value IS 210 (82.42% from 255) = 34.60%
R=36.74%
G=28.67%
B=34.60%

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
Decimal22317421000.220.060.13315.9243.3677.84
HexDFAED20166D13c2b4e
Octal33725632202661547453116
Binary11011111101011101101001001011011011011001111001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAED2; }

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

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

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

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

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

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

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

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