#DFAEDA

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

Shades of French Lilac #DFAEDA

Tints of French Lilac #DFAEDA

Color information

#DFAEDA (or 0xDFAEDA) is unknown color: approx French Lilac. HEX triplet: DF, AE and DA. RGB value is (223,174,218). Sum of RGB (Red+Green+Blue) = 223+174+218=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAEDA is #205125. Grayscale: #C1C1C1. Windows color (decimal): -2117926 or 14331615. OLE color: 14331615.

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

Color convert

RGB223174218-
CMYK00.220.020.13
HSL306.12º43.36%77.84%-
HSV(B)306.12º21.97%87.45%-
XYZ58.2251.0273.11-
YUV193.67141.73148.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.26%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=36.26%
G=28.29%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317421800.220.020.13306.1243.3677.84
HexDFAEDA0162D1322b4e
Octal33725633202621546253116
Binary1101111110101110110110100101101011011001100101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEDA; }

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

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

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

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

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

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

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

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