#E5E2FF

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

Shades of Lavender #E5E2FF

Tints of Lavender #E5E2FF

Color information

#E5E2FF (or 0xE5E2FF) is unknown color: approx Lavender. HEX triplet: E5, E2 and FF. RGB value is (229,226,255). Sum of RGB (Red+Green+Blue) = 229+226+255=710 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.25% from 710); Green value is 226 (88.67% from 255 or 31.83% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5E2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E2FF is #1A1D00. Grayscale: #E6E6E6. Windows color (decimal): -1711361 or 16769765. OLE color: 16769765.

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

Color convert

RGB229226255-
CMYK0.100.1100
HSL246.21º100%94.31%-
HSV(B)246.21º11.37%100%-
XYZ77.5678.27105.63-
YUV230.2141.99127.14-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.25%
GREEN value IS 226 (88.67% from 255) = 31.83%
BLUE value IS 255 (100% from 255) = 35.92%
R=32.25%
G=31.83%
B=35.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292262550.100.1100246.2110094.31
HexE5E2FFAB00f6645e
Octal345342377121300366144136
Binary11100101111000101111111110101011001111011011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E2FF; }

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

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

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

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

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

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

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

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