#E1E4EB

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

Shades of Solitude #E1E4EB

Tints of Solitude #E1E4EB

Color information

#E1E4EB (or 0xE1E4EB) is unknown color: approx Solitude. HEX triplet: E1, E4 and EB. RGB value is (225,228,235). Sum of RGB (Red+Green+Blue) = 225+228+235=688 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.70% from 688); Green value is 228 (89.45% from 255 or 33.14% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1E4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E4EB is #1E1B14. Grayscale: #E3E3E3. Windows color (decimal): -1973013 or 15459553. OLE color: 15459553.

HSL color Cylindrical-coordinate representation of color #E1E4EB: hue angle of 222º degrees, saturation: 0.2, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E1E4EB is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225228235-
CMYK0.040.0300.08
HSL222º20%90.2%-
HSV(B)222º4.26%92.16%-
XYZ73.7977.4989.67-
YUV227.9132.01125.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.70%
GREEN value IS 228 (89.45% from 255) = 33.14%
BLUE value IS 235 (92.19% from 255) = 34.16%
R=32.70%
G=33.14%
B=34.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252282350.040.0300.082222090.2
HexE1E4EB4308de145a
Octal3413443534301033624132
Binary111000011110010011101011100110100011011110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E4EB; }

 p { color: rgb(225,228,235); }

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

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

 a { background-color: rgb(225,228,235); }

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

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

 span { border-color: rgb(225,228,235); }

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