#EBEBF1

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

Shades of Lavender #EBEBF1

Tints of Lavender #EBEBF1

Color information

#EBEBF1 (or 0xEBEBF1) is unknown color: approx Lavender. HEX triplet: EB, EB and F1. RGB value is (235,235,241). Sum of RGB (Red+Green+Blue) = 235+235+241=711 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.05% from 711); Green value is 235 (92.19% from 255 or 33.05% from 711); Blue value is 241 (94.53% from 255 or 33.90% from 711); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBEBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEBF1 is #14140E. Grayscale: #EBEBEB. Windows color (decimal): -1315855 or 15854571. OLE color: 15854571.

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

Color convert

RGB235235241-
CMYK0.020.0200.05
HSL240º17.65%93.33%-
HSV(B)240º2.49%94.51%-
XYZ79.8583.4395.11-
YUV235.68131127.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.05%
GREEN value IS 235 (92.19% from 255) = 33.05%
BLUE value IS 241 (94.53% from 255) = 33.90%
R=33.05%
G=33.05%
B=33.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352352410.020.0200.0524017.6593.33
HexEBEBF12205f0125d
Octal353353361220536022135
Binary1110101111101011111100011010010111110000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBF1; }

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

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

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

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

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

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

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

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