#E8E6FA

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

Shades of Lavender #E8E6FA

Tints of Lavender #E8E6FA

Color information

#E8E6FA (or 0xE8E6FA) is unknown color: approx Lavender. HEX triplet: E8, E6 and FA. RGB value is (232,230,250). Sum of RGB (Red+Green+Blue) = 232+230+250=712 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.58% from 712); Green value is 230 (90.23% from 255 or 32.30% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8E6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8E6FA is #171905. Grayscale: #E8E8E8. Windows color (decimal): -1513734 or 16443112. OLE color: 16443112.

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

Color convert

RGB232230250-
CMYK0.070.0800.02
HSL246º66.67%94.12%-
HSV(B)246º8%98.04%-
XYZ78.8380.65101.85-
YUV232.88137.66127.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.58%
GREEN value IS 230 (90.23% from 255) = 32.30%
BLUE value IS 250 (98.05% from 255) = 35.11%
R=32.58%
G=32.30%
B=35.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322302500.070.0800.0224666.6794.12
HexE8E6FA7802f6435e
Octal35034637271002366103136
Binary11101000111001101111101011110000101111011010000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E6FA; }

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

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

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

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

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

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

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

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