#E0E9EB

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

Shades of Zircon #E0E9EB

Tints of Zircon #E0E9EB

Color information

#E0E9EB (or 0xE0E9EB) is unknown color: approx Zircon. HEX triplet: E0, E9 and EB. RGB value is (224,233,235). Sum of RGB (Red+Green+Blue) = 224+233+235=692 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.37% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0E9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0E9EB is #1F1614. Grayscale: #E6E6E6. Windows color (decimal): -2037269 or 15460832. OLE color: 15460832.

HSL color Cylindrical-coordinate representation of color #E0E9EB: hue angle of 190.91º degrees, saturation: 0.22, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E0E9EB is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224233235-
CMYK0.050.0100.08
HSL190.91º21.57%90%-
HSV(B)190.91º4.68%92.16%-
XYZ74.8780.1290.12-
YUV230.54130.52123.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.37%
GREEN value IS 233 (91.41% from 255) = 33.67%
BLUE value IS 235 (92.19% from 255) = 33.96%
R=32.37%
G=33.67%
B=33.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242332350.050.0100.08190.9121.5790
HexE0E9EB5108bf165a
Octal3403513535101027726132
Binary11100000111010011110101110110100010111111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E9EB; }

 p { color: rgb(224,233,235); }

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

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

 a { background-color: rgb(224,233,235); }

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

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

 span { border-color: rgb(224,233,235); }

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