#EBEBFE

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

Shades of Lavender #EBEBFE

Tints of Lavender #EBEBFE

Color information

#EBEBFE (or 0xEBEBFE) is unknown color: approx Lavender. HEX triplet: EB, EB and FE. RGB value is (235,235,254). Sum of RGB (Red+Green+Blue) = 235+235+254=724 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.46% from 724); Green value is 235 (92.19% from 255 or 32.46% from 724); Blue value is 254 (99.61% from 255 or 35.08% from 724); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBEBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEBFE is #141401. Grayscale: #EDEDED. Windows color (decimal): -1315842 or 16706539. OLE color: 16706539.

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

Color convert

RGB235235254-
CMYK0.070.0700.00
HSL240º90.48%95.88%-
HSV(B)240º7.48%99.61%-
XYZ81.8684.23105.71-
YUV237.17137.5126.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.46%
GREEN value IS 235 (92.19% from 255) = 32.46%
BLUE value IS 254 (99.61% from 255) = 35.08%
R=32.46%
G=32.46%
B=35.08%

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
Decimal2352352540.070.0700.0024090.4895.88
HexEBEBFE7700f05a60
Octal3533533767700360132140
Binary111010111110101111111110111111001111000010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEBFE; }

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

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

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

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

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

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

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

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