#EBEAEF

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

Shades of Lavender #EBEAEF

Tints of Lavender #EBEAEF

Color information

#EBEAEF (or 0xEBEAEF) is unknown color: approx Lavender. HEX triplet: EB, EA and EF. RGB value is (235,234,239). Sum of RGB (Red+Green+Blue) = 235+234+239=708 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.19% from 708); Green value is 234 (91.80% from 255 or 33.05% from 708); Blue value is 239 (93.75% from 255 or 33.76% from 708); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBEAEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAEF is #141510. Grayscale: #EAEAEA. Windows color (decimal): -1316113 or 15723243. OLE color: 15723243.

HSL color Cylindrical-coordinate representation of color #EBEAEF: hue angle of 252º degrees, saturation: 0.14, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBEAEF is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235234239-
CMYK0.020.0200.06
HSL252º13.51%92.75%-
HSV(B)252º2.09%93.73%-
XYZ79.2682.7493.45-
YUV234.87130.33128.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.19%
GREEN value IS 234 (91.80% from 255) = 33.05%
BLUE value IS 239 (93.75% from 255) = 33.76%
R=33.19%
G=33.05%
B=33.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352342390.020.0200.0625213.5192.75
HexEBEAEF2206fce5d
Octal353352357220637416135
Binary111010111110101011101111101001101111110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAEF; }

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

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

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

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

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

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

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

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