#DFAED5

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

Shades of French Lilac #DFAED5

Tints of French Lilac #DFAED5

Color information

#DFAED5 (or 0xDFAED5) is unknown color: approx French Lilac. HEX triplet: DF, AE and D5. RGB value is (223,174,213). Sum of RGB (Red+Green+Blue) = 223+174+213=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAED5 is #20512A. Grayscale: #C0C0C0. Windows color (decimal): -2117931 or 14003935. OLE color: 14003935.

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

Color convert

RGB223174213-
CMYK00.220.040.13
HSL312.24º43.36%77.84%-
HSV(B)312.24º21.97%87.45%-
XYZ57.5850.7669.71-
YUV193.1139.23149.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.56%
GREEN value IS 174 (68.36% from 255) = 28.52%
BLUE value IS 213 (83.59% from 255) = 34.92%
R=36.56%
G=28.52%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317421300.220.040.13312.2443.3677.84
HexDFAED50164D1382b4e
Octal33725632502641547053116
Binary11011111101011101101010101011010011011001110001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAED5; }

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

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

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

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

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

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

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

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