#E0E2FF

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

Shades of Lavender #E0E2FF

Tints of Lavender #E0E2FF

Color information

#E0E2FF (or 0xE0E2FF) is unknown color: approx Lavender. HEX triplet: E0, E2 and FF. RGB value is (224,226,255). Sum of RGB (Red+Green+Blue) = 224+226+255=705 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.77% from 705); Green value is 226 (88.67% from 255 or 32.06% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0E2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E2FF is #1F1D00. Grayscale: #E4E4E4. Windows color (decimal): -2039041 or 16769760. OLE color: 16769760.

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

Color convert

RGB224226255-
CMYK0.120.1100
HSL236.13º100%93.92%-
HSV(B)236.13º12.16%100%-
XYZ75.9977.46105.55-
YUV228.71142.84124.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.77%
GREEN value IS 226 (88.67% from 255) = 32.06%
BLUE value IS 255 (100% from 255) = 36.17%
R=31.77%
G=32.06%
B=36.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242262550.120.1100236.1310093.92
HexE0E2FFCB00ec645e
Octal340342377141300354144136
Binary11100000111000101111111111001011001110110011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E2FF; }

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

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

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

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

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

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

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

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