#E6E9FB

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

Shades of Lavender #E6E9FB

Tints of Lavender #E6E9FB

Color information

#E6E9FB (or 0xE6E9FB) is unknown color: approx Lavender. HEX triplet: E6, E9 and FB. RGB value is (230,233,251). Sum of RGB (Red+Green+Blue) = 230+233+251=714 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.21% from 714); Green value is 233 (91.41% from 255 or 32.63% from 714); Blue value is 251 (98.44% from 255 or 35.15% from 714); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6E9FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6E9FB is #191604. Grayscale: #EAEAEA. Windows color (decimal): -1644037 or 16509414. OLE color: 16509414.

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

Color convert

RGB230233251-
CMYK0.080.0700.02
HSL231.43º72.41%94.31%-
HSV(B)231.43º8.37%98.43%-
XYZ79.1882.07102.93-
YUV234.16137.51125.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.21%
GREEN value IS 233 (91.41% from 255) = 32.63%
BLUE value IS 251 (98.44% from 255) = 35.15%
R=32.21%
G=32.63%
B=35.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302332510.080.0700.02231.4372.4194.31
HexE6E9FB8702e7485e
Octal34635137310702347110136
Binary11100110111010011111101110001110101110011110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E9FB; }

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

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

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

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

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

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

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

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