#EBE5FF

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

Shades of Lavender #EBE5FF

Tints of Lavender #EBE5FF

Color information

#EBE5FF (or 0xEBE5FF) is unknown color: approx Lavender. HEX triplet: EB, E5 and FF. RGB value is (235,229,255). Sum of RGB (Red+Green+Blue) = 235+229+255=719 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.68% from 719); Green value is 229 (89.84% from 255 or 31.85% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBE5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE5FF is #141A00. Grayscale: #E9E9E9. Windows color (decimal): -1317377 or 16770539. OLE color: 16770539.

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

Color convert

RGB235229255-
CMYK0.080.1000
HSL253.85º100%94.9%-
HSV(B)253.85º10.2%100%-
XYZ80.3380.92105.99-
YUV233.76139.99128.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.68%
GREEN value IS 229 (89.84% from 255) = 31.85%
BLUE value IS 255 (100% from 255) = 35.47%
R=32.68%
G=31.85%
B=35.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352292550.080.1000253.8510094.9
HexEBE5FF8A00fe645f
Octal353345377101200376144137
Binary11101011111001011111111110001010001111111011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5FF; }

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

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

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

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

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

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

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

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