#EAE9F9

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

Shades of Lavender #EAE9F9

Tints of Lavender #EAE9F9

Color information

#EAE9F9 (or 0xEAE9F9) is unknown color: approx Lavender. HEX triplet: EA, E9 and F9. RGB value is (234,233,249). Sum of RGB (Red+Green+Blue) = 234+233+249=716 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.68% from 716); Green value is 233 (91.41% from 255 or 32.54% from 716); Blue value is 249 (97.66% from 255 or 34.78% from 716); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAE9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE9F9 is #151606. Grayscale: #EBEBEB. Windows color (decimal): -1381895 or 16378346. OLE color: 16378346.

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

Color convert

RGB234233249-
CMYK0.060.0600.02
HSL243.75º57.14%94.51%-
HSV(B)243.75º6.43%97.65%-
XYZ80.1782.61101.34-
YUV235.12135.83127.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.68%
GREEN value IS 233 (91.41% from 255) = 32.54%
BLUE value IS 249 (97.66% from 255) = 34.78%
R=32.68%
G=32.54%
B=34.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342332490.060.0600.02243.7557.1494.51
HexEAE9F96602f4395f
Octal352351371660236471137
Binary111010101110100111111001110110010111101001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE9F9; }

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

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

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

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

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

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

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

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