#E0E2F3

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

Shades of Lavender #E0E2F3

Tints of Lavender #E0E2F3

Color information

#E0E2F3 (or 0xE0E2F3) is unknown color: approx Lavender. HEX triplet: E0, E2 and F3. RGB value is (224,226,243). Sum of RGB (Red+Green+Blue) = 224+226+243=693 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.32% from 693); Green value is 226 (88.67% from 255 or 32.61% from 693); Blue value is 243 (95.31% from 255 or 35.06% from 693); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0E2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E2F3 is #1F1D0C. Grayscale: #E3E3E3. Windows color (decimal): -2039053 or 15983328. OLE color: 15983328.

HSL color Cylindrical-coordinate representation of color #E0E2F3: hue angle of 233.68º degrees, saturation: 0.44, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0E2F3 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224226243-
CMYK0.080.0700.05
HSL233.68º44.19%91.57%-
HSV(B)233.68º7.82%95.29%-
XYZ74.1176.7195.69-
YUV227.34136.84125.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.32%
GREEN value IS 226 (88.67% from 255) = 32.61%
BLUE value IS 243 (95.31% from 255) = 35.06%
R=32.32%
G=32.61%
B=35.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242262430.080.0700.05233.6844.1991.57
HexE0E2F38705ea2c5c
Octal3403423631070535254134
Binary11100000111000101111001110001110101111010101011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E2F3; }

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

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

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

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

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

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

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

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