#E5E8FC

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

Shades of Lavender #E5E8FC

Tints of Lavender #E5E8FC

Color information

#E5E8FC (or 0xE5E8FC) is unknown color: approx Lavender. HEX triplet: E5, E8 and FC. RGB value is (229,232,252). Sum of RGB (Red+Green+Blue) = 229+232+252=713 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.12% from 713); Green value is 232 (91.02% from 255 or 32.54% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5E8FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E8FC is #1A1703. Grayscale: #E9E9E9. Windows color (decimal): -1709828 or 16574693. OLE color: 16574693.

HSL color Cylindrical-coordinate representation of color #E5E8FC: hue angle of 232.17º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5E8FC is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB229232252-
CMYK0.090.0800.01
HSL232.17º79.31%94.31%-
HSV(B)232.17º9.13%98.82%-
XYZ78.7481.4103.66-
YUV233.38138.51124.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.12%
GREEN value IS 232 (91.02% from 255) = 32.54%
BLUE value IS 252 (98.83% from 255) = 35.34%
R=32.12%
G=32.54%
B=35.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292322520.090.0800.01232.1779.3194.31
HexE5E8FC9801e84f5e
Octal345350374111001350117136
Binary11100101111010001111110010011000011110100010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E8FC; }

 p { color: rgb(229,232,252); }

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

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

 a { background-color: rgb(229,232,252); }

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

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

 span { border-color: rgb(229,232,252); }

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