#E1E3ED

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

Shades of Quartz #E1E3ED

Tints of Quartz #E1E3ED

Color information

#E1E3ED (or 0xE1E3ED) is unknown color: approx Quartz. HEX triplet: E1, E3 and ED. RGB value is (225,227,237). Sum of RGB (Red+Green+Blue) = 225+227+237=689 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.66% from 689); Green value is 227 (89.06% from 255 or 32.95% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1E3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E3ED is #1E1C12. Grayscale: #E3E3E3. Windows color (decimal): -1973267 or 15590369. OLE color: 15590369.

HSL color Cylindrical-coordinate representation of color #E1E3ED: hue angle of 230º degrees, saturation: 0.25, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1E3ED is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225227237-
CMYK0.050.0400.07
HSL230º25%90.59%-
HSV(B)230º5.06%92.94%-
XYZ73.8177.0691.1-
YUV227.54133.34126.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.66%
GREEN value IS 227 (89.06% from 255) = 32.95%
BLUE value IS 237 (92.97% from 255) = 34.40%
R=32.66%
G=32.95%
B=34.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252272370.050.0400.072302590.59
HexE1E3ED5407e6195b
Octal341343355540734631133
Binary111000011110001111101101101100011111100110110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E3ED; }

 p { color: rgb(225,227,237); }

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

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

 a { background-color: rgb(225,227,237); }

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

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

 span { border-color: rgb(225,227,237); }

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