#EBE9FE

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

Shades of Lavender #EBE9FE

Tints of Lavender #EBE9FE

Color information

#EBE9FE (or 0xEBE9FE) is unknown color: approx Lavender. HEX triplet: EB, E9 and FE. RGB value is (235,233,254). Sum of RGB (Red+Green+Blue) = 235+233+254=722 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.55% from 722); Green value is 233 (91.41% from 255 or 32.27% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBE9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE9FE is #141601. Grayscale: #EBEBEB. Windows color (decimal): -1316354 or 16706027. OLE color: 16706027.

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

Color convert

RGB235233254-
CMYK0.070.0800.00
HSL245.71º91.3%95.49%-
HSV(B)245.71º8.27%99.61%-
XYZ81.2983.1105.52-
YUV235.99138.16127.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.55%
GREEN value IS 233 (91.41% from 255) = 32.27%
BLUE value IS 254 (99.61% from 255) = 35.18%
R=32.55%
G=32.27%
B=35.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352332540.070.0800.00245.7191.395.49
HexEBE9FE7800f65b5f
Octal35335137671000366133137
Binary1110101111101001111111101111000001111011010110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE9FE; }

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

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

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

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

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

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

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

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