#E9E2FE

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

Shades of Lavender #E9E2FE

Tints of Lavender #E9E2FE

Color information

#E9E2FE (or 0xE9E2FE) is unknown color: approx Lavender. HEX triplet: E9, E2 and FE. RGB value is (233,226,254). Sum of RGB (Red+Green+Blue) = 233+226+254=713 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.68% from 713); Green value is 226 (88.67% from 255 or 31.70% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9E2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E2FE is #161D01. Grayscale: #E7E7E7. Windows color (decimal): -1449218 or 16704233. OLE color: 16704233.

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

Color convert

RGB233226254-
CMYK0.080.1100.00
HSL255º93.33%94.12%-
HSV(B)255º11.02%99.61%-
XYZ78.6978.87104.84-
YUV231.28140.82129.22-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.68%
GREEN value IS 226 (88.67% from 255) = 31.70%
BLUE value IS 254 (99.61% from 255) = 35.62%
R=32.68%
G=31.70%
B=35.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332262540.080.1100.0025593.3394.12
HexE9E2FE8B00ff5d5e
Octal351342376101300377135136
Binary11101001111000101111111010001011001111111110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E2FE; }

 p { color: rgb(233,226,254); }

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

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

 a { background-color: rgb(233,226,254); }

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

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

 span { border-color: rgb(233,226,254); }

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