#E9E1FF

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

Shades of Lavender #E9E1FF

Tints of Lavender #E9E1FF

Color information

#E9E1FF (or 0xE9E1FF) is unknown color: approx Lavender. HEX triplet: E9, E1 and FF. RGB value is (233,225,255). Sum of RGB (Red+Green+Blue) = 233+225+255=713 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.68% from 713); Green value is 225 (88.28% from 255 or 31.56% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9E1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E1FF is #161E00. Grayscale: #E6E6E6. Windows color (decimal): -1449473 or 16769513. OLE color: 16769513.

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

Color convert

RGB233225255-
CMYK0.090.1200
HSL256º100%94.12%-
HSV(B)256º11.76%100%-
XYZ78.5878.39105.6-
YUV230.81141.65129.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.68%
GREEN value IS 225 (88.28% from 255) = 31.56%
BLUE value IS 255 (100% from 255) = 35.76%
R=32.68%
G=31.56%
B=35.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2332252550.090.120025610094.12
HexE9E1FF9C00100645e
Octal351341377111400400144136
Binary111010011110000111111111100111000010000000011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E1FF; }

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

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

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

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

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

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

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

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