#EAEBFC

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

Shades of Lavender #EAEBFC

Tints of Lavender #EAEBFC

Color information

#EAEBFC (or 0xEAEBFC) is unknown color: approx Lavender. HEX triplet: EA, EB and FC. RGB value is (234,235,252). Sum of RGB (Red+Green+Blue) = 234+235+252=721 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.45% from 721); Green value is 235 (92.19% from 255 or 32.59% from 721); Blue value is 252 (98.83% from 255 or 34.95% from 721); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAEBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEBFC is #151403. Grayscale: #ECECEC. Windows color (decimal): -1381380 or 16575466. OLE color: 16575466.

HSL color Cylindrical-coordinate representation of color #EAEBFC: hue angle of 236.67º degrees, saturation: 0.75, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAEBFC is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234235252-
CMYK0.070.0700.01
HSL236.67º75%95.29%-
HSV(B)236.67º7.14%98.82%-
XYZ81.2183.94104.02-
YUV236.64136.67126.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.45%
GREEN value IS 235 (92.19% from 255) = 32.59%
BLUE value IS 252 (98.83% from 255) = 34.95%
R=32.45%
G=32.59%
B=34.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342352520.070.0700.01236.677595.29
HexEAEBFC7701ed4b5f
Octal3523533747701355113137
Binary111010101110101111111100111111011110110110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBFC; }

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

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

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

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

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

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

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

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