#E2E1EA

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

Shades of Quartz #E2E1EA

Tints of Quartz #E2E1EA

Color information

#E2E1EA (or 0xE2E1EA) is unknown color: approx Quartz. HEX triplet: E2, E1 and EA. RGB value is (226,225,234). Sum of RGB (Red+Green+Blue) = 226+225+234=685 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.99% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2E1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E1EA is #1D1E15. Grayscale: #E2E2E2. Windows color (decimal): -1908246 or 15393250. OLE color: 15393250.

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

Color convert

RGB226225234-
CMYK0.030.0400.08
HSL246.67º17.65%90%-
HSV(B)246.67º3.85%91.76%-
XYZ73.1475.9688.65-
YUV226.32132.33127.77-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.99%
GREEN value IS 225 (88.28% from 255) = 32.85%
BLUE value IS 234 (91.80% from 255) = 34.16%
R=32.99%
G=32.85%
B=34.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262252340.030.0400.08246.6717.6590
HexE2E1EA3408f7125a
Octal3423413523401036722132
Binary111000101110000111101010111000100011110111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E1EA; }

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

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

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

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

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

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

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

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