#EBEBF8

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

Shades of Lavender #EBEBF8

Tints of Lavender #EBEBF8

Color information

#EBEBF8 (or 0xEBEBF8) is unknown color: approx Lavender. HEX triplet: EB, EB and F8. RGB value is (235,235,248). Sum of RGB (Red+Green+Blue) = 235+235+248=718 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.73% from 718); Green value is 235 (92.19% from 255 or 32.73% from 718); Blue value is 248 (97.27% from 255 or 34.54% from 718); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBEBF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEBF8 is #141407. Grayscale: #ECECEC. Windows color (decimal): -1315848 or 16313323. OLE color: 16313323.

HSL color Cylindrical-coordinate representation of color #EBEBF8: hue angle of 240º degrees, saturation: 0.48, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBEBF8 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235235248-
CMYK0.050.0500.03
HSL240º48.15%94.71%-
HSV(B)240º5.24%97.25%-
XYZ80.9183.86100.73-
YUV236.48134.5126.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.73%
GREEN value IS 235 (92.19% from 255) = 32.73%
BLUE value IS 248 (97.27% from 255) = 34.54%
R=32.73%
G=32.73%
B=34.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352352480.050.0500.0324048.1594.71
HexEBEBF85503f0305f
Octal353353370550336060137
Binary111010111110101111111000101101011111100001100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBF8; }

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

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

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

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

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

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

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

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