#DEAED1

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

Shades of French Lilac #DEAED1

Tints of French Lilac #DEAED1

Color information

#DEAED1 (or 0xDEAED1) is unknown color: approx French Lilac. HEX triplet: DE, AE and D1. RGB value is (222,174,209). Sum of RGB (Red+Green+Blue) = 222+174+209=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAED1 is #21512E. Grayscale: #C0C0C0. Windows color (decimal): -2183471 or 13741790. OLE color: 13741790.

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

Color convert

RGB222174209-
CMYK00.220.060.13
HSL316.25º42.11%77.65%-
HSV(B)316.25º21.62%87.06%-
XYZ56.7750.4167.06-
YUV192.34137.4149.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.69%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 209 (82.03% from 255) = 34.55%
R=36.69%
G=28.76%
B=34.55%

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
Decimal22217420900.220.060.13316.2542.1177.65
HexDEAED10166D13c2a4e
Octal33625632102661547452116
Binary11011110101011101101000101011011011011001111001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAED1; }

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

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

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

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

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

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

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

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