#E5EAEB

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

Shades of Zircon #E5EAEB

Tints of Zircon #E5EAEB

Color information

#E5EAEB (or 0xE5EAEB) is unknown color: approx Zircon. HEX triplet: E5, EA and EB. RGB value is (229,234,235). Sum of RGB (Red+Green+Blue) = 229+234+235=698 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.81% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 235 (92.19% from 255 or 33.67% from 698); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5EAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EAEB is #1A1514. Grayscale: #E8E8E8. Windows color (decimal): -1709333 or 15461093. OLE color: 15461093.

HSL color Cylindrical-coordinate representation of color #E5EAEB: hue angle of 190º degrees, saturation: 0.13, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5EAEB is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229234235-
CMYK0.030.0000.08
HSL190º13.04%90.98%-
HSV(B)190º2.55%92.16%-
XYZ76.7381.590.28-
YUV232.62129.34125.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.81%
GREEN value IS 234 (91.80% from 255) = 33.52%
BLUE value IS 235 (92.19% from 255) = 33.67%
R=32.81%
G=33.52%
B=33.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2292342350.030.0000.0819013.0490.98
HexE5EAEB3008bed5b
Octal3453523533001027615133
Binary111001011110101011101011110010001011111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EAEB; }

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

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

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

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

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

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

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

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