#E9E6FA

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

Shades of Lavender #E9E6FA

Tints of Lavender #E9E6FA

Color information

#E9E6FA (or 0xE9E6FA) is unknown color: approx Lavender. HEX triplet: E9, E6 and FA. RGB value is (233,230,250). Sum of RGB (Red+Green+Blue) = 233+230+250=713 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.68% from 713); Green value is 230 (90.23% from 255 or 32.26% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9E6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9E6FA is #161905. Grayscale: #E9E9E9. Windows color (decimal): -1448198 or 16443113. OLE color: 16443113.

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

Color convert

RGB233230250-
CMYK0.070.0800.02
HSL249º66.67%94.12%-
HSV(B)249º8%98.04%-
XYZ79.1680.82101.87-
YUV233.18137.49127.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.68%
GREEN value IS 230 (90.23% from 255) = 32.26%
BLUE value IS 250 (98.05% from 255) = 35.06%
R=32.68%
G=32.26%
B=35.06%

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
Decimal2332302500.070.0800.0224966.6794.12
HexE9E6FA7802f9435e
Octal35134637271002371103136
Binary11101001111001101111101011110000101111100110000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E6FA; }

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

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

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

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

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

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

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

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