#E1ECEE

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

Shades of Zircon #E1ECEE

Tints of Zircon #E1ECEE

Color information

#E1ECEE (or 0xE1ECEE) is unknown color: approx Zircon. HEX triplet: E1, EC and EE. RGB value is (225,236,238). Sum of RGB (Red+Green+Blue) = 225+236+238=699 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.19% from 699); Green value is 236 (92.58% from 255 or 33.76% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1ECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1ECEE is #1E1311. Grayscale: #E8E8E8. Windows color (decimal): -1970962 or 15658209. OLE color: 15658209.

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

Color convert

RGB225236238-
CMYK0.050.0100.07
HSL189.23º27.66%90.78%-
HSV(B)189.23º5.46%93.33%-
XYZ76.4882.1792.72-
YUV232.94130.86122.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.19%
GREEN value IS 236 (92.58% from 255) = 33.76%
BLUE value IS 238 (93.36% from 255) = 34.05%
R=32.19%
G=33.76%
B=34.05%

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
Decimal2252362380.050.0100.07189.2327.6690.78
HexE1ECEE5107bd1c5b
Octal341354356510727534133
Binary1110000111101100111011101011011110111101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ECEE; }

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

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

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

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

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

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

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

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