#EAE3FE

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

Shades of Lavender #EAE3FE

Tints of Lavender #EAE3FE

Color information

#EAE3FE (or 0xEAE3FE) is unknown color: approx Lavender. HEX triplet: EA, E3 and FE. RGB value is (234,227,254). Sum of RGB (Red+Green+Blue) = 234+227+254=715 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.73% from 715); Green value is 227 (89.06% from 255 or 31.75% 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 #EAE3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE3FE is #151C01. Grayscale: #E8E8E8. Windows color (decimal): -1383426 or 16704490. OLE color: 16704490.

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

Color convert

RGB234227254-
CMYK0.080.1100.00
HSL255.56º93.1%94.31%-
HSV(B)255.56º10.63%99.61%-
XYZ79.2979.59104.95-
YUV232.17140.32129.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.73%
GREEN value IS 227 (89.06% from 255) = 31.75%
BLUE value IS 254 (99.61% from 255) = 35.52%
R=32.73%
G=31.75%
B=35.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342272540.080.1100.00255.5693.194.31
HexEAE3FE8B001005d5e
Octal352343376101300400135136
Binary111010101110001111111110100010110010000000010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE3FE; }

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

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

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

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

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

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

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

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