#EAEBF1

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

Shades of Lavender #EAEBF1

Tints of Lavender #EAEBF1

Color information

#EAEBF1 (or 0xEAEBF1) is unknown color: approx Lavender. HEX triplet: EA, EB and F1. RGB value is (234,235,241). Sum of RGB (Red+Green+Blue) = 234+235+241=710 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.96% from 710); Green value is 235 (92.19% from 255 or 33.10% from 710); Blue value is 241 (94.53% from 255 or 33.94% from 710); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAEBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEBF1 is #15140E. Grayscale: #EBEBEB. Windows color (decimal): -1381391 or 15854570. OLE color: 15854570.

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

Color convert

RGB234235241-
CMYK0.030.0200.05
HSL231.43º20%93.14%-
HSV(B)231.43º2.9%94.51%-
XYZ79.5283.2695.1-
YUV235.38131.17127.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.96%
GREEN value IS 235 (92.19% from 255) = 33.10%
BLUE value IS 241 (94.53% from 255) = 33.94%
R=32.96%
G=33.10%
B=33.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342352410.030.0200.05231.432093.14
HexEAEBF13205e7145d
Octal352353361320534724135
Binary1110101011101011111100011110010111100111101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBF1; }

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

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

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

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

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

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

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

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