#E1EAEB

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

Shades of Zircon #E1EAEB

Tints of Zircon #E1EAEB

Color information

#E1EAEB (or 0xE1EAEB) is unknown color: approx Zircon. HEX triplet: E1, EA and EB. RGB value is (225,234,235). Sum of RGB (Red+Green+Blue) = 225+234+235=694 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.42% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1EAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EAEB is #1E1514. Grayscale: #E7E7E7. Windows color (decimal): -1971477 or 15461089. OLE color: 15461089.

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

Color convert

RGB225234235-
CMYK0.040.0000.08
HSL186º20%90.2%-
HSV(B)186º4.26%92.16%-
XYZ75.4780.8590.23-
YUV231.42130.02123.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.42%
GREEN value IS 234 (91.80% from 255) = 33.72%
BLUE value IS 235 (92.19% from 255) = 33.86%
R=32.42%
G=33.72%
B=33.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252342350.040.0000.081862090.2
HexE1EAEB4008ba145a
Octal3413523534001027224132
Binary11100001111010101110101110000100010111010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EAEB; }

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

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

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

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

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

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

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

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