#EBE9FA

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

Shades of Lavender #EBE9FA

Tints of Lavender #EBE9FA

Color information

#EBE9FA (or 0xEBE9FA) is unknown color: approx Lavender. HEX triplet: EB, E9 and FA. RGB value is (235,233,250). Sum of RGB (Red+Green+Blue) = 235+233+250=718 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.73% from 718); Green value is 233 (91.41% from 255 or 32.45% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBE9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE9FA is #141605. Grayscale: #EBEBEB. Windows color (decimal): -1316358 or 16443883. OLE color: 16443883.

HSL color Cylindrical-coordinate representation of color #EBE9FA: hue angle of 247.06º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBE9FA is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235233250-
CMYK0.060.0700.02
HSL247.06º62.96%94.71%-
HSV(B)247.06º6.8%98.04%-
XYZ80.6682.84102.18-
YUV235.54136.16127.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.73%
GREEN value IS 233 (91.41% from 255) = 32.45%
BLUE value IS 250 (98.05% from 255) = 34.82%
R=32.73%
G=32.45%
B=34.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352332500.060.0700.02247.0662.9694.71
HexEBE9FA6702f73f5f
Octal353351372670236777137
Binary111010111110100111111010110111010111101111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE9FA; }

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

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

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

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

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

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

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

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