#E0E2FB

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

Shades of Lavender #E0E2FB

Tints of Lavender #E0E2FB

Color information

#E0E2FB (or 0xE0E2FB) is unknown color: approx Lavender. HEX triplet: E0, E2 and FB. RGB value is (224,226,251). Sum of RGB (Red+Green+Blue) = 224+226+251=701 (92% of max value = 765). Red value is 224 (87.89% from 255 or 31.95% from 701); Green value is 226 (88.67% from 255 or 32.24% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0E2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E2FB is #1F1D04. Grayscale: #E4E4E4. Windows color (decimal): -2039045 or 16507616. OLE color: 16507616.

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

Color convert

RGB224226251-
CMYK0.110.1000.02
HSL235.56º77.14%93.14%-
HSV(B)235.56º10.76%98.43%-
XYZ75.3577.21102.2-
YUV228.25140.84124.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.95%
GREEN value IS 226 (88.67% from 255) = 32.24%
BLUE value IS 251 (98.44% from 255) = 35.81%
R=31.95%
G=32.24%
B=35.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242262510.110.1000.02235.5677.1493.14
HexE0E2FBBA02ec4d5d
Octal340342373131202354115135
Binary111000001110001011111011101110100101110110010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E2FB; }

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

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

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

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

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

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

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

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