#EBE5FE

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

Shades of Lavender #EBE5FE

Tints of Lavender #EBE5FE

Color information

#EBE5FE (or 0xEBE5FE) is unknown color: approx Lavender. HEX triplet: EB, E5 and FE. RGB value is (235,229,254). Sum of RGB (Red+Green+Blue) = 235+229+254=718 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.73% from 718); Green value is 229 (89.84% from 255 or 31.89% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBE5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE5FE is #141A01. Grayscale: #E9E9E9. Windows color (decimal): -1317378 or 16705003. OLE color: 16705003.

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

Color convert

RGB235229254-
CMYK0.070.1000.00
HSL254.4º92.59%94.71%-
HSV(B)254.4º9.84%99.61%-
XYZ80.1780.86105.15-
YUV233.64139.49128.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.73%
GREEN value IS 229 (89.84% from 255) = 31.89%
BLUE value IS 254 (99.61% from 255) = 35.38%
R=32.73%
G=31.89%
B=35.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352292540.070.1000.00254.492.5994.71
HexEBE5FE7A00fe5d5f
Octal35334537671200376135137
Binary1110101111100101111111101111010001111111010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5FE; }

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

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

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

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

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

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

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

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