#E1EAEC

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

Shades of Zircon #E1EAEC

Tints of Zircon #E1EAEC

Color information

#E1EAEC (or 0xE1EAEC) is unknown color: approx Zircon. HEX triplet: E1, EA and EC. RGB value is (225,234,236). Sum of RGB (Red+Green+Blue) = 225+234+236=695 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.37% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1EAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EAEC is #1E1513. Grayscale: #E7E7E7. Windows color (decimal): -1971476 or 15526625. OLE color: 15526625.

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

Color convert

RGB225234236-
CMYK0.050.0100.07
HSL190.91º22.45%90.39%-
HSV(B)190.91º4.66%92.55%-
XYZ75.6180.9190.99-
YUV231.54130.52123.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.37%
GREEN value IS 234 (91.80% from 255) = 33.67%
BLUE value IS 236 (92.58% from 255) = 33.96%
R=32.37%
G=33.67%
B=33.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252342360.050.0100.07190.9122.4590.39
HexE1EAEC5107bf165a
Octal341352354510727726132
Binary1110000111101010111011001011011110111111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EAEC; }

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

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

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

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

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

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

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

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