#EAEBF9

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

Shades of Lavender #EAEBF9

Tints of Lavender #EAEBF9

Color information

#EAEBF9 (or 0xEAEBF9) is unknown color: approx Lavender. HEX triplet: EA, EB and F9. RGB value is (234,235,249). Sum of RGB (Red+Green+Blue) = 234+235+249=718 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.59% from 718); Green value is 235 (92.19% from 255 or 32.73% from 718); Blue value is 249 (97.66% from 255 or 34.68% from 718); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAEBF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEBF9 is #151406. Grayscale: #ECECEC. Windows color (decimal): -1381383 or 16378858. OLE color: 16378858.

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

Color convert

RGB234235249-
CMYK0.060.0600.02
HSL236º55.56%94.71%-
HSV(B)236º6.02%97.65%-
XYZ80.7483.75101.53-
YUV236.3135.17126.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.59%
GREEN value IS 235 (92.19% from 255) = 32.73%
BLUE value IS 249 (97.66% from 255) = 34.68%
R=32.59%
G=32.73%
B=34.68%

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
Decimal2342352490.060.0600.0223655.5694.71
HexEAEBF96602ec385f
Octal352353371660235470137
Binary111010101110101111111001110110010111011001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBF9; }

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

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

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

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

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

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

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

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