#EAECFB

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

Shades of Lavender #EAECFB

Tints of Lavender #EAECFB

Color information

#EAECFB (or 0xEAECFB) is unknown color: approx Lavender. HEX triplet: EA, EC and FB. RGB value is (234,236,251). Sum of RGB (Red+Green+Blue) = 234+236+251=721 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.45% from 721); Green value is 236 (92.58% from 255 or 32.73% from 721); Blue value is 251 (98.44% from 255 or 34.81% from 721); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAECFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAECFB is #151304. Grayscale: #EDEDED. Windows color (decimal): -1381125 or 16510186. OLE color: 16510186.

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

Color convert

RGB234236251-
CMYK0.070.0600.02
HSL232.94º68%95.1%-
HSV(B)232.94º6.77%98.43%-
XYZ81.3484.45103.28-
YUV237.11135.84125.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.45%
GREEN value IS 236 (92.58% from 255) = 32.73%
BLUE value IS 251 (98.44% from 255) = 34.81%
R=32.45%
G=32.73%
B=34.81%

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
Decimal2342362510.070.0600.02232.946895.1
HexEAECFB7602e9445f
Octal3523543737602351104137
Binary1110101011101100111110111111100101110100110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAECFB; }

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

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

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

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

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

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

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

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