#E3E2FF

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

Shades of Lavender #E3E2FF

Tints of Lavender #E3E2FF

Color information

#E3E2FF (or 0xE3E2FF) is unknown color: approx Lavender. HEX triplet: E3, E2 and FF. RGB value is (227,226,255). Sum of RGB (Red+Green+Blue) = 227+226+255=708 (93% of max value = 765). Red value is 227 (89.06% from 255 or 32.06% from 708); Green value is 226 (88.67% from 255 or 31.92% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #E3E2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3E2FF is #1C1D00. Grayscale: #E5E5E5. Windows color (decimal): -1842433 or 16769763. OLE color: 16769763.

HSL color Cylindrical-coordinate representation of color #E3E2FF: hue angle of 242.07º 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 #E3E2FF is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB227226255-
CMYK0.110.1100
HSL242.07º100%94.31%-
HSV(B)242.07º11.37%100%-
XYZ76.9277.94105.6-
YUV229.6142.33126.14-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.06%
GREEN value IS 226 (88.67% from 255) = 31.92%
BLUE value IS 255 (100% from 255) = 36.02%
R=32.06%
G=31.92%
B=36.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2272262550.110.1100242.0710094.31
HexE3E2FFBB00f2645e
Octal343342377131300362144136
Binary11100011111000101111111110111011001111001011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3E2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3E2FF; }

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

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

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

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

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

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

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

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