#EAE7FE

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

Shades of Lavender #EAE7FE

Tints of Lavender #EAE7FE

Color information

#EAE7FE (or 0xEAE7FE) is unknown color: approx Lavender. HEX triplet: EA, E7 and FE. RGB value is (234,231,254). Sum of RGB (Red+Green+Blue) = 234+231+254=719 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.55% from 719); Green value is 231 (90.62% from 255 or 32.13% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAE7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE7FE is #151801. Grayscale: #EAEAEA. Windows color (decimal): -1382402 or 16705514. OLE color: 16705514.

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

Color convert

RGB234231254-
CMYK0.080.0900.00
HSL247.83º92%95.1%-
HSV(B)247.83º9.06%99.61%-
XYZ80.481.8105.32-
YUV234.52138.99127.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.55%
GREEN value IS 231 (90.62% from 255) = 32.13%
BLUE value IS 254 (99.61% from 255) = 35.33%
R=32.55%
G=32.13%
B=35.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342312540.080.0900.00247.839295.1
HexEAE7FE8900f85c5f
Octal352347376101100370134137
Binary11101010111001111111111010001001001111100010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE7FE; }

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

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

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

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

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

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

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

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