#E2ECEE

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

Shades of Zircon #E2ECEE

Tints of Zircon #E2ECEE

Color information

#E2ECEE (or 0xE2ECEE) is unknown color: approx Zircon. HEX triplet: E2, EC and EE. RGB value is (226,236,238). Sum of RGB (Red+Green+Blue) = 226+236+238=700 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.29% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 238 (93.36% from 255 or 34% from 700); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2ECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2ECEE is #1D1311. Grayscale: #E9E9E9. Windows color (decimal): -1905426 or 15658210. OLE color: 15658210.

HSL color Cylindrical-coordinate representation of color #E2ECEE: hue angle of 190º degrees, saturation: 0.26, 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 #E2ECEE is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226236238-
CMYK0.050.0100.07
HSL190º26.09%90.98%-
HSV(B)190º5.04%93.33%-
XYZ76.7982.3392.73-
YUV233.24130.69122.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.29%
GREEN value IS 236 (92.58% from 255) = 33.71%
BLUE value IS 238 (93.36% from 255) = 34%
R=32.29%
G=33.71%
B=34%

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
Decimal2262362380.050.0100.0719026.0990.98
HexE2ECEE5107be1a5b
Octal342354356510727632133
Binary1110001011101100111011101011011110111110110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ECEE; }

 p { color: rgb(226,236,238); }

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

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

 a { background-color: rgb(226,236,238); }

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

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

 span { border-color: rgb(226,236,238); }

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