#E4E2FE

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

Shades of Lavender #E4E2FE

Tints of Lavender #E4E2FE

Color information

#E4E2FE (or 0xE4E2FE) is unknown color: approx Lavender. HEX triplet: E4, E2 and FE. RGB value is (228,226,254). Sum of RGB (Red+Green+Blue) = 228+226+254=708 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.20% from 708); Green value is 226 (88.67% from 255 or 31.92% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4E2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4E2FE is #1B1D01. Grayscale: #E5E5E5. Windows color (decimal): -1776898 or 16704228. OLE color: 16704228.

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

Color convert

RGB228226254-
CMYK0.100.1100.00
HSL244.29º93.33%94.12%-
HSV(B)244.29º11.02%99.61%-
XYZ77.0878.04104.77-
YUV229.79141.66126.72-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.20%
GREEN value IS 226 (88.67% from 255) = 31.92%
BLUE value IS 254 (99.61% from 255) = 35.88%
R=32.20%
G=31.92%
B=35.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2282262540.100.1100.00244.2993.3394.12
HexE4E2FEAB00f45d5e
Octal344342376121300364135136
Binary11100100111000101111111010101011001111010010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E2FE; }

 p { color: rgb(228,226,254); }

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

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

 a { background-color: rgb(228,226,254); }

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

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

 span { border-color: rgb(228,226,254); }

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