#E2E0EB

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

Shades of Quartz #E2E0EB

Tints of Quartz #E2E0EB

Color information

#E2E0EB (or 0xE2E0EB) is unknown color: approx Quartz. HEX triplet: E2, E0 and EB. RGB value is (226,224,235). Sum of RGB (Red+Green+Blue) = 226+224+235=685 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.99% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2E0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E0EB is #1D1F14. Grayscale: #E1E1E1. Windows color (decimal): -1908501 or 15458530. OLE color: 15458530.

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

Color convert

RGB226224235-
CMYK0.040.0500.08
HSL250.91º21.57%90%-
HSV(B)250.91º4.68%92.16%-
XYZ73.0275.4889.32-
YUV225.85133.16128.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.99%
GREEN value IS 224 (87.89% from 255) = 32.70%
BLUE value IS 235 (92.19% from 255) = 34.31%
R=32.99%
G=32.70%
B=34.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262242350.040.0500.08250.9121.5790
HexE2E0EB4508fb165a
Octal3423403534501037326132
Binary1110001011100000111010111001010100011111011101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E0EB; }

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

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

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

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

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

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

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

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