#EBE9F1

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

Shades of Lavender #EBE9F1

Tints of Lavender #EBE9F1

Color information

#EBE9F1 (or 0xEBE9F1) is unknown color: approx Lavender. HEX triplet: EB, E9 and F1. RGB value is (235,233,241). Sum of RGB (Red+Green+Blue) = 235+233+241=709 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.15% from 709); Green value is 233 (91.41% from 255 or 32.86% from 709); Blue value is 241 (94.53% from 255 or 33.99% from 709); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBE9F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE9F1 is #14160E. Grayscale: #EAEAEA. Windows color (decimal): -1316367 or 15854059. OLE color: 15854059.

HSL color Cylindrical-coordinate representation of color #EBE9F1: hue angle of 255º degrees, saturation: 0.22, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBE9F1 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235233241-
CMYK0.020.0300.05
HSL255º22.22%92.94%-
HSV(B)255º3.32%94.51%-
XYZ79.2882.2994.92-
YUV234.51131.66128.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.15%
GREEN value IS 233 (91.41% from 255) = 32.86%
BLUE value IS 241 (94.53% from 255) = 33.99%
R=33.15%
G=32.86%
B=33.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352332410.020.0300.0525522.2292.94
HexEBE9F12305ff165d
Octal353351361230537726135
Binary1110101111101001111100011011010111111111101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE9F1; }

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

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

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

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

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

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

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

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