#E9E2FF

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

Shades of Lavender #E9E2FF

Tints of Lavender #E9E2FF

Color information

#E9E2FF (or 0xE9E2FF) is unknown color: approx Lavender. HEX triplet: E9, E2 and FF. RGB value is (233,226,255). Sum of RGB (Red+Green+Blue) = 233+226+255=714 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.63% from 714); Green value is 226 (88.67% from 255 or 31.65% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9E2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E2FF is #161D00. Grayscale: #E7E7E7. Windows color (decimal): -1449217 or 16769769. OLE color: 16769769.

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

Color convert

RGB233226255-
CMYK0.090.1100
HSL254.48º100%94.31%-
HSV(B)254.48º11.37%100%-
XYZ78.8578.94105.69-
YUV231.4141.32129.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.63%
GREEN value IS 226 (88.67% from 255) = 31.65%
BLUE value IS 255 (100% from 255) = 35.71%
R=32.63%
G=31.65%
B=35.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2332262550.090.1100254.4810094.31
HexE9E2FF9B00fe645e
Octal351342377111300376144136
Binary11101001111000101111111110011011001111111011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E2FF; }

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

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

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

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

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

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

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

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