#E1E2EB

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

Shades of Quartz #E1E2EB

Tints of Quartz #E1E2EB

Color information

#E1E2EB (or 0xE1E2EB) is unknown color: approx Quartz. HEX triplet: E1, E2 and EB. RGB value is (225,226,235). Sum of RGB (Red+Green+Blue) = 225+226+235=686 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.80% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1E2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E2EB is #1E1D14. Grayscale: #E2E2E2. Windows color (decimal): -1973525 or 15459041. OLE color: 15459041.

HSL color Cylindrical-coordinate representation of color #E1E2EB: hue angle of 234º 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 #E1E2EB is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225226235-
CMYK0.040.0400.08
HSL234º20%90.2%-
HSV(B)234º4.26%92.16%-
XYZ73.2476.489.48-
YUV226.73132.67126.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.80%
GREEN value IS 226 (88.67% from 255) = 32.94%
BLUE value IS 235 (92.19% from 255) = 34.26%
R=32.80%
G=32.94%
B=34.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252262350.040.0400.082342090.2
HexE1E2EB4408ea145a
Octal3413423534401035224132
Binary1110000111100010111010111001000100011101010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E2EB; }

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

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

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

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

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

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

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

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