#E9E6FC

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

Shades of Lavender #E9E6FC

Tints of Lavender #E9E6FC

Color information

#E9E6FC (or 0xE9E6FC) is unknown color: approx Lavender. HEX triplet: E9, E6 and FC. RGB value is (233,230,252). Sum of RGB (Red+Green+Blue) = 233+230+252=715 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.59% from 715); Green value is 230 (90.23% from 255 or 32.17% from 715); Blue value is 252 (98.83% from 255 or 35.24% from 715); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9E6FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9E6FC is #161903. Grayscale: #E9E9E9. Windows color (decimal): -1448196 or 16574185. OLE color: 16574185.

HSL color Cylindrical-coordinate representation of color #E9E6FC: hue angle of 248.18º degrees, saturation: 0.79, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9E6FC is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB233230252-
CMYK0.080.0900.01
HSL248.18º78.57%94.51%-
HSV(B)248.18º8.73%98.82%-
XYZ79.4780.95103.53-
YUV233.4138.49127.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.59%
GREEN value IS 230 (90.23% from 255) = 32.17%
BLUE value IS 252 (98.83% from 255) = 35.24%
R=32.59%
G=32.17%
B=35.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2332302520.080.0900.01248.1878.5794.51
HexE9E6FC8901f84f5f
Octal351346374101101370117137
Binary11101001111001101111110010001001011111100010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E6FC; }

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

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

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

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

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

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

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

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