#DFAEDC

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

Shades of French Lilac #DFAEDC

Tints of French Lilac #DFAEDC

Color information

#DFAEDC (or 0xDFAEDC) is unknown color: approx French Lilac. HEX triplet: DF, AE and DC. RGB value is (223,174,220). Sum of RGB (Red+Green+Blue) = 223+174+220=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAEDC is #205123. Grayscale: #C1C1C1. Windows color (decimal): -2117924 or 14462687. OLE color: 14462687.

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

Color convert

RGB223174220-
CMYK00.220.010.13
HSL303.67º43.36%77.84%-
HSV(B)303.67º21.97%87.45%-
XYZ58.4951.1374.5-
YUV193.9142.73148.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.14%
GREEN value IS 174 (68.36% from 255) = 28.20%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=36.14%
G=28.20%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317422000.220.010.13303.6743.3677.84
HexDFAEDC0161D1302b4e
Octal33725633402611546053116
Binary110111111010111011011100010110111011001100001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAEDC; }

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

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

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

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

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

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

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

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