#E1ADDE

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

Shades of French Lilac #E1ADDE

Tints of French Lilac #E1ADDE

Color information

#E1ADDE (or 0xE1ADDE) is unknown color: approx French Lilac. HEX triplet: E1, AD and DE. RGB value is (225,173,222). Sum of RGB (Red+Green+Blue) = 225+173+222=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ADDE is #1E5221. Grayscale: #C1C1C1. Windows color (decimal): -1987106 or 14593505. OLE color: 14593505.

HSL color Cylindrical-coordinate representation of color #E1ADDE: hue angle of 303.46º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1ADDE is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB225173222-
CMYK00.230.010.12
HSL303.46º46.43%78.04%-
HSV(B)303.46º23.11%88.24%-
XYZ59.1851.1775.86-
YUV194.13143.73150.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.29%
GREEN value IS 173 (67.97% from 255) = 27.90%
BLUE value IS 222 (87.11% from 255) = 35.81%
R=36.29%
G=27.90%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517322200.230.010.12303.4646.4378.04
HexE1ADDE0171C12f2e4e
Octal34125533602711445756116
Binary111000011010110111011110010111111001001011111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ADDE; }

 p { color: rgb(225,173,222); }

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

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

 a { background-color: rgb(225,173,222); }

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

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

 span { border-color: rgb(225,173,222); }

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