#E0E2E5

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

Shades of Solitude #E0E2E5

Tints of Solitude #E0E2E5

Color information

#E0E2E5 (or 0xE0E2E5) is unknown color: approx Solitude. HEX triplet: E0, E2 and E5. RGB value is (224,226,229). Sum of RGB (Red+Green+Blue) = 224+226+229=679 (89% of max value = 765). Red value is 224 (87.89% from 255 or 32.99% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 229 (89.84% from 255 or 33.73% from 679); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0E2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E2E5 is #1F1D1A. Grayscale: #E1E1E1. Windows color (decimal): -2039067 or 15065824. OLE color: 15065824.

HSL color Cylindrical-coordinate representation of color #E0E2E5: hue angle of 216º degrees, saturation: 0.09, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E0E2E5 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224226229-
CMYK0.020.0100.10
HSL216º8.77%88.82%-
HSV(B)216º2.18%89.8%-
XYZ72.0875.984.98-
YUV225.74129.84126.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.99%
GREEN value IS 226 (88.67% from 255) = 33.28%
BLUE value IS 229 (89.84% from 255) = 33.73%
R=32.99%
G=33.28%
B=33.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2242262290.020.0100.102168.7788.82
HexE0E2E5210Ad8959
Octal3403423452101233011131
Binary111000001110001011100101101010101101100010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E2E5; }

 p { color: rgb(224,226,229); }

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

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

 a { background-color: rgb(224,226,229); }

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

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

 span { border-color: rgb(224,226,229); }

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