#EAE7FA

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

Shades of Lavender #EAE7FA

Tints of Lavender #EAE7FA

Color information

#EAE7FA (or 0xEAE7FA) is unknown color: approx Lavender. HEX triplet: EA, E7 and FA. RGB value is (234,231,250). Sum of RGB (Red+Green+Blue) = 234+231+250=715 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.73% from 715); Green value is 231 (90.62% from 255 or 32.31% from 715); Blue value is 250 (98.05% from 255 or 34.97% from 715); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAE7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE7FA is #151805. Grayscale: #E9E9E9. Windows color (decimal): -1382406 or 16443370. OLE color: 16443370.

HSL color Cylindrical-coordinate representation of color #EAE7FA: hue angle of 249.47º degrees, saturation: 0.66, 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 #EAE7FA is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234231250-
CMYK0.060.0800.02
HSL249.47º65.52%94.31%-
HSV(B)249.47º7.6%98.04%-
XYZ79.7681.55101.98-
YUV234.06136.99127.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.73%
GREEN value IS 231 (90.62% from 255) = 32.31%
BLUE value IS 250 (98.05% from 255) = 34.97%
R=32.73%
G=32.31%
B=34.97%

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
Decimal2342312500.060.0800.02249.4765.5294.31
HexEAE7FA6802f9425e
Octal35234737261002371102136
Binary11101010111001111111101011010000101111100110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE7FA; }

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

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

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

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

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

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

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

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