#EBEAFA

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

Shades of Lavender #EBEAFA

Tints of Lavender #EBEAFA

Color information

#EBEAFA (or 0xEBEAFA) is unknown color: approx Lavender. HEX triplet: EB, EA and FA. RGB value is (235,234,250). Sum of RGB (Red+Green+Blue) = 235+234+250=719 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.68% from 719); Green value is 234 (91.80% from 255 or 32.55% from 719); Blue value is 250 (98.05% from 255 or 34.77% from 719); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBEAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAFA is #141505. Grayscale: #ECECEC. Windows color (decimal): -1316102 or 16444139. OLE color: 16444139.

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

Color convert

RGB235234250-
CMYK0.060.0600.02
HSL243.75º61.54%94.9%-
HSV(B)243.75º6.4%98.04%-
XYZ80.9483.41102.28-
YUV236.12135.83127.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.68%
GREEN value IS 234 (91.80% from 255) = 32.55%
BLUE value IS 250 (98.05% from 255) = 34.77%
R=32.68%
G=32.55%
B=34.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352342500.060.0600.02243.7561.5494.9
HexEBEAFA6602f43e5f
Octal353352372660236476137
Binary111010111110101011111010110110010111101001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAFA; }

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

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

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

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

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

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

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

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