#E5E0FE

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

Shades of Lavender #E5E0FE

Tints of Lavender #E5E0FE

Color information

#E5E0FE (or 0xE5E0FE) is unknown color: approx Lavender. HEX triplet: E5, E0 and FE. RGB value is (229,224,254). Sum of RGB (Red+Green+Blue) = 229+224+254=707 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.39% from 707); Green value is 224 (87.89% from 255 or 31.68% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5E0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E0FE is #1A1F01. Grayscale: #E4E4E4. Windows color (decimal): -1711874 or 16703717. OLE color: 16703717.

HSL color Cylindrical-coordinate representation of color #E5E0FE: hue angle of 250º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5E0FE is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB229224254-
CMYK0.100.1200.00
HSL250º93.75%93.73%-
HSV(B)250º11.81%99.61%-
XYZ76.8677.13104.6-
YUV228.92142.16128.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.39%
GREEN value IS 224 (87.89% from 255) = 31.68%
BLUE value IS 254 (99.61% from 255) = 35.93%
R=32.39%
G=31.68%
B=35.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2292242540.100.1200.0025093.7593.73
HexE5E0FEAC00fa5e5e
Octal345340376121400372136136
Binary11100101111000001111111010101100001111101010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E0FE; }

 p { color: rgb(229,224,254); }

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

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

 a { background-color: rgb(229,224,254); }

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

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

 span { border-color: rgb(229,224,254); }

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