#E5E8FD

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

Shades of Lavender #E5E8FD

Tints of Lavender #E5E8FD

Color information

#E5E8FD (or 0xE5E8FD) is unknown color: approx Lavender. HEX triplet: E5, E8 and FD. RGB value is (229,232,253). Sum of RGB (Red+Green+Blue) = 229+232+253=714 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.07% from 714); Green value is 232 (91.02% from 255 or 32.49% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5E8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E8FD is #1A1702. Grayscale: #E9E9E9. Windows color (decimal): -1709827 or 16640229. OLE color: 16640229.

HSL color Cylindrical-coordinate representation of color #E5E8FD: hue angle of 232.5º degrees, saturation: 0.86, 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 #E5E8FD is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB229232253-
CMYK0.090.0800.01
HSL232.5º85.71%94.51%-
HSV(B)232.5º9.49%99.22%-
XYZ78.981.46104.49-
YUV233.5139.01124.79-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.07%
GREEN value IS 232 (91.02% from 255) = 32.49%
BLUE value IS 253 (99.22% from 255) = 35.43%
R=32.07%
G=32.49%
B=35.43%

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
Decimal2292322530.090.0800.01232.585.7194.51
HexE5E8FD9801e8565f
Octal345350375111001350126137
Binary11100101111010001111110110011000011110100010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E8FD; }

 p { color: rgb(229,232,253); }

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

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

 a { background-color: rgb(229,232,253); }

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

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

 span { border-color: rgb(229,232,253); }

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