#EBEBF4

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

Shades of Lavender #EBEBF4

Tints of Lavender #EBEBF4

Color information

#EBEBF4 (or 0xEBEBF4) is unknown color: approx Lavender. HEX triplet: EB, EB and F4. RGB value is (235,235,244). Sum of RGB (Red+Green+Blue) = 235+235+244=714 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.91% from 714); Green value is 235 (92.19% from 255 or 32.91% from 714); Blue value is 244 (95.70% from 255 or 34.17% from 714); Max value from RGB is 244 - color contains mainly: blue. Hex color #EBEBF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEBF4 is #14140B. Grayscale: #EBEBEB. Windows color (decimal): -1315852 or 16051179. OLE color: 16051179.

HSL color Cylindrical-coordinate representation of color #EBEBF4: hue angle of 240º degrees, saturation: 0.29, 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 #EBEBF4 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235235244-
CMYK0.040.0400.04
HSL240º29.03%93.92%-
HSV(B)240º3.69%95.69%-
XYZ80.383.6197.49-
YUV236.03132.5127.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.91%
GREEN value IS 235 (92.19% from 255) = 32.91%
BLUE value IS 244 (95.70% from 255) = 34.17%
R=32.91%
G=32.91%
B=34.17%

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
Decimal2352352440.040.0400.0424029.0393.92
HexEBEBF44404f01d5e
Octal353353364440436035136
Binary111010111110101111110100100100010011110000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBF4; }

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

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

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

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

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

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

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

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