#DEAEDB

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

Shades of French Lilac #DEAEDB

Tints of French Lilac #DEAEDB

Color information

#DEAEDB (or 0xDEAEDB) is unknown color: approx French Lilac. HEX triplet: DE, AE and DB. RGB value is (222,174,219). Sum of RGB (Red+Green+Blue) = 222+174+219=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEDB is #215124. Grayscale: #C1C1C1. Windows color (decimal): -2183461 or 14397150. OLE color: 14397150.

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

Color convert

RGB222174219-
CMYK00.220.010.13
HSL303.75º42.11%77.65%-
HSV(B)303.75º21.62%87.06%-
XYZ58.0550.9273.79-
YUV193.48142.4148.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.10%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 219 (85.94% from 255) = 35.61%
R=36.10%
G=28.29%
B=35.61%

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
Decimal22217421900.220.010.13303.7542.1177.65
HexDEAEDB0161D1302a4e
Octal33625633302611546052116
Binary110111101010111011011011010110111011001100001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEDB; }

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

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

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

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

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

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

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

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