#E2EAEB

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

Shades of Zircon #E2EAEB

Tints of Zircon #E2EAEB

Color information

#E2EAEB (or 0xE2EAEB) is unknown color: approx Zircon. HEX triplet: E2, EA and EB. RGB value is (226,234,235). Sum of RGB (Red+Green+Blue) = 226+234+235=695 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.52% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 235 (92.19% from 255 or 33.81% from 695); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2EAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EAEB is #1D1514. Grayscale: #E7E7E7. Windows color (decimal): -1905941 or 15461090. OLE color: 15461090.

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

Color convert

RGB226234235-
CMYK0.040.0000.08
HSL186.67º18.37%90.39%-
HSV(B)186.67º3.83%92.16%-
XYZ75.7881.0190.24-
YUV231.72129.85123.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.52%
GREEN value IS 234 (91.80% from 255) = 33.67%
BLUE value IS 235 (92.19% from 255) = 33.81%
R=32.52%
G=33.67%
B=33.81%

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
Decimal2262342350.040.0000.08186.6718.3790.39
HexE2EAEB4008bb125a
Octal3423523534001027322132
Binary11100010111010101110101110000100010111011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EAEB; }

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

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

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

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

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

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

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

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