#E5EAFF

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

Shades of Lavender #E5EAFF

Tints of Lavender #E5EAFF

Color information

#E5EAFF (or 0xE5EAFF) is unknown color: approx Lavender. HEX triplet: E5, EA and FF. RGB value is (229,234,255). Sum of RGB (Red+Green+Blue) = 229+234+255=718 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.89% from 718); Green value is 234 (91.80% from 255 or 32.59% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EAFF is #1A1500. Grayscale: #EAEAEA. Windows color (decimal): -1709313 or 16771813. OLE color: 16771813.

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

Color convert

RGB229234255-
CMYK0.100.0800
HSL228.46º100%94.9%-
HSV(B)228.46º10.2%100%-
XYZ79.7982.72106.37-
YUV234.9139.34123.79-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.89%
GREEN value IS 234 (91.80% from 255) = 32.59%
BLUE value IS 255 (100% from 255) = 35.52%
R=31.89%
G=32.59%
B=35.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292342550.100.0800228.4610094.9
HexE5EAFFA800e4645f
Octal345352377121000344144137
Binary11100101111010101111111110101000001110010011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EAFF; }

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

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

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

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

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

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

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

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