#EAEBF2

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

Shades of Lavender #EAEBF2

Tints of Lavender #EAEBF2

Color information

#EAEBF2 (or 0xEAEBF2) is unknown color: approx Lavender. HEX triplet: EA, EB and F2. RGB value is (234,235,242). Sum of RGB (Red+Green+Blue) = 234+235+242=711 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.91% from 711); Green value is 235 (92.19% from 255 or 33.05% from 711); Blue value is 242 (94.92% from 255 or 34.04% from 711); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAEBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEBF2 is #15140D. Grayscale: #EBEBEB. Windows color (decimal): -1381390 or 15920106. OLE color: 15920106.

HSL color Cylindrical-coordinate representation of color #EAEBF2: hue angle of 232.5º degrees, saturation: 0.24, 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 #EAEBF2 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234235242-
CMYK0.030.0300.05
HSL232.5º23.53%93.33%-
HSV(B)232.5º3.31%94.9%-
XYZ79.6783.3295.89-
YUV235.5131.67126.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.91%
GREEN value IS 235 (92.19% from 255) = 33.05%
BLUE value IS 242 (94.92% from 255) = 34.04%
R=32.91%
G=33.05%
B=34.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342352420.030.0300.05232.523.5393.33
HexEAEBF23305e8185d
Octal352353362330535030135
Binary1110101011101011111100101111010111101000110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBF2; }

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

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

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

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

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

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

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

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