#EAE9FA

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

Shades of Lavender #EAE9FA

Tints of Lavender #EAE9FA

Color information

#EAE9FA (or 0xEAE9FA) is unknown color: approx Lavender. HEX triplet: EA, E9 and FA. RGB value is (234,233,250). Sum of RGB (Red+Green+Blue) = 234+233+250=717 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.64% from 717); Green value is 233 (91.41% from 255 or 32.50% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAE9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE9FA is #151605. Grayscale: #EBEBEB. Windows color (decimal): -1381894 or 16443882. OLE color: 16443882.

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

Color convert

RGB234233250-
CMYK0.060.0700.02
HSL243.53º62.96%94.71%-
HSV(B)243.53º6.8%98.04%-
XYZ80.3382.67102.17-
YUV235.24136.33127.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.64%
GREEN value IS 233 (91.41% from 255) = 32.50%
BLUE value IS 250 (98.05% from 255) = 34.87%
R=32.64%
G=32.50%
B=34.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342332500.060.0700.02243.5362.9694.71
HexEAE9FA6702f43f5f
Octal352351372670236477137
Binary111010101110100111111010110111010111101001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE9FA; }

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

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

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

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

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

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

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

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