#E9E4FE

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

Shades of Lavender #E9E4FE

Tints of Lavender #E9E4FE

Color information

#E9E4FE (or 0xE9E4FE) is unknown color: approx Lavender. HEX triplet: E9, E4 and FE. RGB value is (233,228,254). Sum of RGB (Red+Green+Blue) = 233+228+254=715 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.59% from 715); Green value is 228 (89.45% from 255 or 31.89% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9E4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E4FE is #161B01. Grayscale: #E8E8E8. Windows color (decimal): -1448706 or 16704745. OLE color: 16704745.

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

Color convert

RGB233228254-
CMYK0.080.1000.00
HSL251.54º92.86%94.51%-
HSV(B)251.54º10.24%99.61%-
XYZ79.2479.97105.02-
YUV232.46140.16128.39-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.59%
GREEN value IS 228 (89.45% from 255) = 31.89%
BLUE value IS 254 (99.61% from 255) = 35.52%
R=32.59%
G=31.89%
B=35.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332282540.080.1000.00251.5492.8694.51
HexE9E4FE8A00fc5d5f
Octal351344376101200374135137
Binary11101001111001001111111010001010001111110010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E4FE; }

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

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

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

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

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

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

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

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