#EAEBFF

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

Shades of Lavender #EAEBFF

Tints of Lavender #EAEBFF

Color information

#EAEBFF (or 0xEAEBFF) is unknown color: approx Lavender. HEX triplet: EA, EB and FF. RGB value is (234,235,255). Sum of RGB (Red+Green+Blue) = 234+235+255=724 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.32% from 724); Green value is 235 (92.19% from 255 or 32.46% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAEBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEBFF is #151400. Grayscale: #ECECEC. Windows color (decimal): -1381377 or 16772074. OLE color: 16772074.

HSL color Cylindrical-coordinate representation of color #EAEBFF: hue angle of 237.14º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAEBFF is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB234235255-
CMYK0.080.0800
HSL237.14º100%95.88%-
HSV(B)237.14º8.24%100%-
XYZ81.6984.13106.54-
YUV236.98138.17125.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.32%
GREEN value IS 235 (92.19% from 255) = 32.46%
BLUE value IS 255 (100% from 255) = 35.22%
R=32.32%
G=32.46%
B=35.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342352550.080.0800237.1410095.88
HexEAEBFF8800ed6460
Octal352353377101000355144140
Binary11101010111010111111111110001000001110110111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBFF; }

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

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

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

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

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

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

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

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