#E1EBED

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

Shades of Zircon #E1EBED

Tints of Zircon #E1EBED

Color information

#E1EBED (or 0xE1EBED) is unknown color: approx Zircon. HEX triplet: E1, EB and ED. RGB value is (225,235,237). Sum of RGB (Red+Green+Blue) = 225+235+237=697 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.28% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1EBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EBED is #1E1412. Grayscale: #E8E8E8. Windows color (decimal): -1971219 or 15592417. OLE color: 15592417.

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

Color convert

RGB225235237-
CMYK0.050.0100.07
HSL190º25%90.59%-
HSV(B)190º5.06%92.94%-
XYZ76.0581.5491.85-
YUV232.24130.69122.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.28%
GREEN value IS 235 (92.19% from 255) = 33.72%
BLUE value IS 237 (92.97% from 255) = 34.00%
R=32.28%
G=33.72%
B=34.00%

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
Decimal2252352370.050.0100.071902590.59
HexE1EBED5107be195b
Octal341353355510727631133
Binary1110000111101011111011011011011110111110110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EBED; }

 p { color: rgb(225,235,237); }

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

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

 a { background-color: rgb(225,235,237); }

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

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

 span { border-color: rgb(225,235,237); }

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