#E0EBEA

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

Shades of Zircon #E0EBEA

Tints of Zircon #E0EBEA

Color information

#E0EBEA (or 0xE0EBEA) is unknown color: approx Zircon. HEX triplet: E0, EB and EA. RGB value is (224,235,234). Sum of RGB (Red+Green+Blue) = 224+235+234=693 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.32% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 235 - color contains mainly: green. Hex color #E0EBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EBEA is #1F1415. Grayscale: #E7E7E7. Windows color (decimal): -2036758 or 15395808. OLE color: 15395808.

HSL color Cylindrical-coordinate representation of color #E0EBEA: hue angle of 174.55º 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 #E0EBEA is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB224235234-
CMYK0.0500.000.08
HSL174.55º21.57%90%-
HSV(B)174.55º4.68%92.16%-
XYZ75.381.289.55-
YUV231.6129.36122.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.32%
GREEN value IS 235 (92.19% from 255) = 33.91%
BLUE value IS 234 (91.80% from 255) = 33.77%
R=32.32%
G=33.91%
B=33.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242352340.0500.000.08174.5521.5790
HexE0EBEA5008af165a
Octal3403533525001025726132
Binary11100000111010111110101010100100010101111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EBEA; }

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

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

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

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

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

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

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

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