#E8EBFA

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

Shades of Lavender #E8EBFA

Tints of Lavender #E8EBFA

Color information

#E8EBFA (or 0xE8EBFA) is unknown color: approx Lavender. HEX triplet: E8, EB and FA. RGB value is (232,235,250). Sum of RGB (Red+Green+Blue) = 232+235+250=717 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.36% from 717); Green value is 235 (92.19% from 255 or 32.78% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8EBFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EBFA is #171405. Grayscale: #EBEBEB. Windows color (decimal): -1512454 or 16444392. OLE color: 16444392.

HSL color Cylindrical-coordinate representation of color #E8EBFA: hue angle of 230º degrees, saturation: 0.64, 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 #E8EBFA is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232235250-
CMYK0.070.0600.02
HSL230º64.29%94.51%-
HSV(B)230º7.2%98.04%-
XYZ80.2483.47102.33-
YUV235.81136.01125.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.36%
GREEN value IS 235 (92.19% from 255) = 32.78%
BLUE value IS 250 (98.05% from 255) = 34.87%
R=32.36%
G=32.78%
B=34.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322352500.070.0600.0223064.2994.51
HexE8EBFA7602e6405f
Octal3503533727602346100137
Binary1110100011101011111110101111100101110011010000001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EBFA; }

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

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

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

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

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

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

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

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