#E5EAFE

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

Shades of Lavender #E5EAFE

Tints of Lavender #E5EAFE

Color information

#E5EAFE (or 0xE5EAFE) is unknown color: approx Lavender. HEX triplet: E5, EA and FE. RGB value is (229,234,254). Sum of RGB (Red+Green+Blue) = 229+234+254=717 (94% of max value = 765). Red value is 229 (89.84% from 255 or 31.94% from 717); Green value is 234 (91.80% from 255 or 32.64% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5EAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EAFE is #1A1501. Grayscale: #EAEAEA. Windows color (decimal): -1709314 or 16706277. OLE color: 16706277.

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

Color convert

RGB229234254-
CMYK0.100.0800.00
HSL228º92.59%94.71%-
HSV(B)228º9.84%99.61%-
XYZ79.6382.66105.52-
YUV234.78138.84123.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.94%
GREEN value IS 234 (91.80% from 255) = 32.64%
BLUE value IS 254 (99.61% from 255) = 35.43%
R=31.94%
G=32.64%
B=35.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2292342540.100.0800.0022892.5994.71
HexE5EAFEA800e45d5f
Octal345352376121000344135137
Binary11100101111010101111111010101000001110010010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EAFE; }

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

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

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

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

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

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

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

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