#E2E2EA

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

Shades of Quartz #E2E2EA

Tints of Quartz #E2E2EA

Color information

#E2E2EA (or 0xE2E2EA) is unknown color: approx Quartz. HEX triplet: E2, E2 and EA. RGB value is (226,226,234). Sum of RGB (Red+Green+Blue) = 226+226+234=686 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.94% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2E2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E2EA is #1D1D15. Grayscale: #E2E2E2. Windows color (decimal): -1907990 or 15393506. OLE color: 15393506.

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

Color convert

RGB226226234-
CMYK0.030.0300.08
HSL240º16%90.2%-
HSV(B)240º3.42%91.76%-
XYZ73.4176.588.74-
YUV226.91132127.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.94%
GREEN value IS 226 (88.67% from 255) = 32.94%
BLUE value IS 234 (91.80% from 255) = 34.11%
R=32.94%
G=32.94%
B=34.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262262340.030.0300.082401690.2
HexE2E2EA3308f0105a
Octal3423423523301036020132
Binary11100010111000101110101011110100011110000100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E2EA; }

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

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

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

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

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

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

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

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