#E2E1E5

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

Shades of Quartz #E2E1E5

Tints of Quartz #E2E1E5

Color information

#E2E1E5 (or 0xE2E1E5) is unknown color: approx Quartz. HEX triplet: E2, E1 and E5. RGB value is (226,225,229). Sum of RGB (Red+Green+Blue) = 226+225+229=680 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.24% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 229 - color contains mainly: blue. Hex color #E2E1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E1E5 is #1D1E1A. Grayscale: #E1E1E1. Windows color (decimal): -1908251 or 15065570. OLE color: 15065570.

HSL color Cylindrical-coordinate representation of color #E2E1E5: hue angle of 255º degrees, saturation: 0.07, 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 #E2E1E5 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB226225229-
CMYK0.010.0200.10
HSL255º7.14%89.02%-
HSV(B)255º1.75%89.8%-
XYZ72.4375.6884.92-
YUV225.76129.83128.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.24%
GREEN value IS 225 (88.28% from 255) = 33.09%
BLUE value IS 229 (89.84% from 255) = 33.68%
R=33.24%
G=33.09%
B=33.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2262252290.010.0200.102557.1489.02
HexE2E1E5120Aff759
Octal342341345120123777131
Binary11100010111000011110010111001010111111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E1E5; }

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

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

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

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

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

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

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

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