#DEAEDC

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

Shades of French Lilac #DEAEDC

Tints of French Lilac #DEAEDC

Color information

#DEAEDC (or 0xDEAEDC) is unknown color: approx French Lilac. HEX triplet: DE, AE and DC. RGB value is (222,174,220). Sum of RGB (Red+Green+Blue) = 222+174+220=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEDC is #215123. Grayscale: #C1C1C1. Windows color (decimal): -2183460 or 14462686. OLE color: 14462686.

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

Color convert

RGB222174220-
CMYK00.220.010.13
HSL302.5º42.11%77.65%-
HSV(B)302.5º21.62%87.06%-
XYZ58.1850.9774.48-
YUV193.6142.9148.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.04%
GREEN value IS 174 (68.36% from 255) = 28.25%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=36.04%
G=28.25%
B=35.71%

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
Decimal22217422000.220.010.13302.542.1177.65
HexDEAEDC0161D12e2a4e
Octal33625633402611545652116
Binary110111101010111011011100010110111011001011101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEDC; }

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

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

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

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

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

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

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

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