#EAE9FE

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

Shades of Lavender #EAE9FE

Tints of Lavender #EAE9FE

Color information

#EAE9FE (or 0xEAE9FE) is unknown color: approx Lavender. HEX triplet: EA, E9 and FE. RGB value is (234,233,254). Sum of RGB (Red+Green+Blue) = 234+233+254=721 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.45% from 721); Green value is 233 (91.41% from 255 or 32.32% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAE9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE9FE is #151601. Grayscale: #EBEBEB. Windows color (decimal): -1381890 or 16706026. OLE color: 16706026.

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

Color convert

RGB234233254-
CMYK0.080.0800.00
HSL242.86º91.3%95.49%-
HSV(B)242.86º8.27%99.61%-
XYZ80.9682.93105.51-
YUV235.69138.33126.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.45%
GREEN value IS 233 (91.41% from 255) = 32.32%
BLUE value IS 254 (99.61% from 255) = 35.23%
R=32.45%
G=32.32%
B=35.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342332540.080.0800.00242.8691.395.49
HexEAE9FE8800f35b5f
Octal352351376101000363133137
Binary11101010111010011111111010001000001111001110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE9FE; }

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

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

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

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

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

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

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

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