#EBECFE

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

Shades of Lavender #EBECFE

Tints of Lavender #EBECFE

Color information

#EBECFE (or 0xEBECFE) is unknown color: approx Lavender. HEX triplet: EB, EC and FE. RGB value is (235,236,254). Sum of RGB (Red+Green+Blue) = 235+236+254=725 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.41% from 725); Green value is 236 (92.58% from 255 or 32.55% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBECFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECFE is #141301. Grayscale: #EDEDED. Windows color (decimal): -1315586 or 16706795. OLE color: 16706795.

HSL color Cylindrical-coordinate representation of color #EBECFE: hue angle of 236.84º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBECFE is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB235236254-
CMYK0.070.0700.00
HSL236.84º90.48%95.88%-
HSV(B)236.84º7.48%99.61%-
XYZ82.1584.81105.81-
YUV237.75137.17126.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.41%
GREEN value IS 236 (92.58% from 255) = 32.55%
BLUE value IS 254 (99.61% from 255) = 35.03%
R=32.41%
G=32.55%
B=35.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352362540.070.0700.00236.8490.4895.88
HexEBECFE7700ed5a60
Octal3533543767700355132140
Binary111010111110110011111110111111001110110110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBECFE; }

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

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

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

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

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

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

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

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