#EAEBF8

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

Shades of Lavender #EAEBF8

Tints of Lavender #EAEBF8

Color information

#EAEBF8 (or 0xEAEBF8) is unknown color: approx Lavender. HEX triplet: EA, EB and F8. RGB value is (234,235,248). Sum of RGB (Red+Green+Blue) = 234+235+248=717 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.64% from 717); Green value is 235 (92.19% from 255 or 32.78% from 717); Blue value is 248 (97.27% from 255 or 34.59% from 717); Max value from RGB is 248 - color contains mainly: blue. Hex color #EAEBF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEBF8 is #151407. Grayscale: #ECECEC. Windows color (decimal): -1381384 or 16313322. OLE color: 16313322.

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

Color convert

RGB234235248-
CMYK0.060.0500.03
HSL235.71º50%94.51%-
HSV(B)235.71º5.65%97.25%-
XYZ80.5883.69100.71-
YUV236.18134.67126.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.64%
GREEN value IS 235 (92.19% from 255) = 32.78%
BLUE value IS 248 (97.27% from 255) = 34.59%
R=32.64%
G=32.78%
B=34.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342352480.060.0500.03235.715094.51
HexEAEBF86503ec325f
Octal352353370650335462137
Binary111010101110101111111000110101011111011001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBF8; }

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

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

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

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

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

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

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

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