#EAEBFB

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

Shades of Lavender #EAEBFB

Tints of Lavender #EAEBFB

Color information

#EAEBFB (or 0xEAEBFB) is unknown color: approx Lavender. HEX triplet: EA, EB and FB. RGB value is (234,235,251). Sum of RGB (Red+Green+Blue) = 234+235+251=720 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.5% from 720); Green value is 235 (92.19% from 255 or 32.64% from 720); Blue value is 251 (98.44% from 255 or 34.86% from 720); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAEBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEBFB is #151404. Grayscale: #ECECEC. Windows color (decimal): -1381381 or 16509930. OLE color: 16509930.

HSL color Cylindrical-coordinate representation of color #EAEBFB: hue angle of 236.47º degrees, saturation: 0.68, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAEBFB is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234235251-
CMYK0.070.0600.02
HSL236.47º68%95.1%-
HSV(B)236.47º6.77%98.43%-
XYZ81.0583.87103.18-
YUV236.52136.17126.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.5%
GREEN value IS 235 (92.19% from 255) = 32.64%
BLUE value IS 251 (98.44% from 255) = 34.86%
R=32.5%
G=32.64%
B=34.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342352510.070.0600.02236.476895.1
HexEAEBFB7602ec445f
Octal3523533737602354104137
Binary1110101011101011111110111111100101110110010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBFB; }

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

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

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

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

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

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

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

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