#EAE5FA

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

Shades of Lavender #EAE5FA

Tints of Lavender #EAE5FA

Color information

#EAE5FA (or 0xEAE5FA) is unknown color: approx Lavender. HEX triplet: EA, E5 and FA. RGB value is (234,229,250). Sum of RGB (Red+Green+Blue) = 234+229+250=713 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.82% from 713); Green value is 229 (89.84% from 255 or 32.12% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAE5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE5FA is #151A05. Grayscale: #E8E8E8. Windows color (decimal): -1382918 or 16442858. OLE color: 16442858.

HSL color Cylindrical-coordinate representation of color #EAE5FA: hue angle of 254.29º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAE5FA is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234229250-
CMYK0.060.0800.02
HSL254.29º67.74%93.92%-
HSV(B)254.29º8.4%98.04%-
XYZ79.2180.43101.79-
YUV232.89137.66128.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.82%
GREEN value IS 229 (89.84% from 255) = 32.12%
BLUE value IS 250 (98.05% from 255) = 35.06%
R=32.82%
G=32.12%
B=35.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342292500.060.0800.02254.2967.7493.92
HexEAE5FA6802fe445e
Octal35234537261002376104136
Binary11101010111001011111101011010000101111111010001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE5FA; }

 p { color: rgb(234,229,250); }

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

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

 a { background-color: rgb(234,229,250); }

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

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

 span { border-color: rgb(234,229,250); }

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