#E0B2DE

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

Shades of French Lilac #E0B2DE

Tints of French Lilac #E0B2DE

Color information

#E0B2DE (or 0xE0B2DE) is unknown color: approx French Lilac. HEX triplet: E0, B2 and DE. RGB value is (224,178,222). Sum of RGB (Red+Green+Blue) = 224+178+222=624 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.90% from 624); Green value is 178 (69.92% from 255 or 28.53% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B2DE is #1F4D21. Grayscale: #C4C4C4. Windows color (decimal): -2051362 or 14594784. OLE color: 14594784.

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

Color convert

RGB224178222-
CMYK00.210.010.12
HSL302.61º42.59%78.82%-
HSV(B)302.61º20.54%87.84%-
XYZ59.8552.9676.18-
YUV196.77142.24147.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.90%
GREEN value IS 178 (69.92% from 255) = 28.53%
BLUE value IS 222 (87.11% from 255) = 35.58%
R=35.90%
G=28.53%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417822200.210.010.12302.6142.5978.82
HexE0B2DE0151C12f2b4f
Octal34026233602511445753117
Binary111000001011001011011110010101111001001011111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B2DE; }

 p { color: rgb(224,178,222); }

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

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

 a { background-color: rgb(224,178,222); }

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

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

 span { border-color: rgb(224,178,222); }

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