#EBECF5

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

Shades of Lavender #EBECF5

Tints of Lavender #EBECF5

Color information

#EBECF5 (or 0xEBECF5) is unknown color: approx Lavender. HEX triplet: EB, EC and F5. RGB value is (235,236,245). Sum of RGB (Red+Green+Blue) = 235+236+245=716 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.82% from 716); Green value is 236 (92.58% from 255 or 32.96% from 716); Blue value is 245 (96.09% from 255 or 34.22% from 716); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBECF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECF5 is #14130A. Grayscale: #ECECEC. Windows color (decimal): -1315595 or 16116971. OLE color: 16116971.

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

Color convert

RGB235236245-
CMYK0.040.0400.04
HSL234º33.33%94.12%-
HSV(B)234º4.08%96.08%-
XYZ80.7484.2598.39-
YUV236.73132.67126.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.82%
GREEN value IS 236 (92.58% from 255) = 32.96%
BLUE value IS 245 (96.09% from 255) = 34.22%
R=32.82%
G=32.96%
B=34.22%

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
Decimal2352362450.040.0400.0423433.3394.12
HexEBECF54404ea215e
Octal353354365440435241136
Binary1110101111101100111101011001000100111010101000011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBECF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBECF5; }

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

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

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

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

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

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

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

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