#EBEBF5

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

Shades of Lavender #EBEBF5

Tints of Lavender #EBEBF5

Color information

#EBEBF5 (or 0xEBEBF5) is unknown color: approx Lavender. HEX triplet: EB, EB and F5. RGB value is (235,235,245). Sum of RGB (Red+Green+Blue) = 235+235+245=715 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.87% from 715); Green value is 235 (92.19% from 255 or 32.87% from 715); Blue value is 245 (96.09% from 255 or 34.27% from 715); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBEBF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEBF5 is #14140A. Grayscale: #ECECEC. Windows color (decimal): -1315851 or 16116715. OLE color: 16116715.

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

Color convert

RGB235235245-
CMYK0.040.0400.04
HSL240º33.33%94.12%-
HSV(B)240º4.08%96.08%-
XYZ80.4583.6798.3-
YUV236.14133127.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.87%
GREEN value IS 235 (92.19% from 255) = 32.87%
BLUE value IS 245 (96.09% from 255) = 34.27%
R=32.87%
G=32.87%
B=34.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352352450.040.0400.0424033.3394.12
HexEBEBF54404f0215e
Octal353353365440436041136
Binary1110101111101011111101011001000100111100001000011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBF5; }

 p { color: rgb(235,235,245); }

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

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

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

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

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

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

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