#EAE9F0

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

Shades of Lavender #EAE9F0

Tints of Lavender #EAE9F0

Color information

#EAE9F0 (or 0xEAE9F0) is unknown color: approx Lavender. HEX triplet: EA, E9 and F0. RGB value is (234,233,240). Sum of RGB (Red+Green+Blue) = 234+233+240=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 233 (91.41% from 255 or 32.96% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAE9F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE9F0 is #15160F. Grayscale: #EAEAEA. Windows color (decimal): -1381904 or 15788522. OLE color: 15788522.

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

Color convert

RGB234233240-
CMYK0.020.0300.06
HSL248.57º18.92%92.75%-
HSV(B)248.57º2.92%94.12%-
XYZ78.882.0694.12-
YUV234.1131.33127.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.10%
GREEN value IS 233 (91.41% from 255) = 32.96%
BLUE value IS 240 (94.14% from 255) = 33.95%
R=33.10%
G=32.96%
B=33.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342332400.020.0300.06248.5718.9292.75
HexEAE9F02306f9135d
Octal352351360230637123135
Binary1110101011101001111100001011011011111001100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE9F0; }

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

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

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

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

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

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

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

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