#EBE7FE

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

Shades of Lavender #EBE7FE

Tints of Lavender #EBE7FE

Color information

#EBE7FE (or 0xEBE7FE) is unknown color: approx Lavender. HEX triplet: EB, E7 and FE. RGB value is (235,231,254). Sum of RGB (Red+Green+Blue) = 235+231+254=720 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.64% from 720); Green value is 231 (90.62% from 255 or 32.08% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBE7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE7FE is #141801. Grayscale: #EAEAEA. Windows color (decimal): -1316866 or 16705515. OLE color: 16705515.

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

Color convert

RGB235231254-
CMYK0.070.0900.00
HSL250.43º92%95.1%-
HSV(B)250.43º9.06%99.61%-
XYZ80.7381.97105.33-
YUV234.82138.83128.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.64%
GREEN value IS 231 (90.62% from 255) = 32.08%
BLUE value IS 254 (99.61% from 255) = 35.28%
R=32.64%
G=32.08%
B=35.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352312540.070.0900.00250.439295.1
HexEBE7FE7900fa5c5f
Octal35334737671100372134137
Binary1110101111100111111111101111001001111101010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7FE; }

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

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

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

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

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

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

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

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