#E1E8FE

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

Shades of Solitude #E1E8FE

Tints of Solitude #E1E8FE

Color information

#E1E8FE (or 0xE1E8FE) is unknown color: approx Solitude. HEX triplet: E1, E8 and FE. RGB value is (225,232,254). Sum of RGB (Red+Green+Blue) = 225+232+254=711 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.65% from 711); Green value is 232 (91.02% from 255 or 32.63% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1E8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E8FE is #1E1701. Grayscale: #E8E8E8. Windows color (decimal): -1971970 or 16705761. OLE color: 16705761.

HSL color Cylindrical-coordinate representation of color #E1E8FE: hue angle of 225.52º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1E8FE is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB225232254-
CMYK0.110.0900.00
HSL225.52º93.55%93.92%-
HSV(B)225.52º11.42%99.61%-
XYZ77.880.88105.28-
YUV232.42140.18122.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.65%
GREEN value IS 232 (91.02% from 255) = 32.63%
BLUE value IS 254 (99.61% from 255) = 35.72%
R=31.65%
G=32.63%
B=35.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2252322540.110.0900.00225.5293.5593.92
HexE1E8FEB900e25e5e
Octal341350376131100342136136
Binary11100001111010001111111010111001001110001010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E8FE; }

 p { color: rgb(225,232,254); }

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

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

 a { background-color: rgb(225,232,254); }

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

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

 span { border-color: rgb(225,232,254); }

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