#E5E9FC

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

Shades of Lavender #E5E9FC

Tints of Lavender #E5E9FC

Color information

#E5E9FC (or 0xE5E9FC) is unknown color: approx Lavender. HEX triplet: E5, E9 and FC. RGB value is (229,233,252). Sum of RGB (Red+Green+Blue) = 229+233+252=714 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.07% from 714); Green value is 233 (91.41% from 255 or 32.63% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5E9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E9FC is #1A1603. Grayscale: #E9E9E9. Windows color (decimal): -1709572 or 16574949. OLE color: 16574949.

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

Color convert

RGB229233252-
CMYK0.090.0800.01
HSL229.57º79.31%94.31%-
HSV(B)229.57º9.13%98.82%-
XYZ79.0281.96103.75-
YUV233.97138.17124.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.07%
GREEN value IS 233 (91.41% from 255) = 32.63%
BLUE value IS 252 (98.83% from 255) = 35.29%
R=32.07%
G=32.63%
B=35.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292332520.090.0800.01229.5779.3194.31
HexE5E9FC9801e64f5e
Octal345351374111001346117136
Binary11100101111010011111110010011000011110011010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E9FC; }

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

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

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

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

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

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

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

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