#E0ECEE

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

Shades of Zircon #E0ECEE

Tints of Zircon #E0ECEE

Color information

#E0ECEE (or 0xE0ECEE) is unknown color: approx Zircon. HEX triplet: E0, EC and EE. RGB value is (224,236,238). Sum of RGB (Red+Green+Blue) = 224+236+238=698 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.09% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0ECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0ECEE is #1F1311. Grayscale: #E8E8E8. Windows color (decimal): -2036498 or 15658208. OLE color: 15658208.

HSL color Cylindrical-coordinate representation of color #E0ECEE: hue angle of 188.57º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0ECEE is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224236238-
CMYK0.060.0100.07
HSL188.57º29.17%90.59%-
HSV(B)188.57º5.88%93.33%-
XYZ76.1782.0192.7-
YUV232.64131.02121.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.09%
GREEN value IS 236 (92.58% from 255) = 33.81%
BLUE value IS 238 (93.36% from 255) = 34.10%
R=32.09%
G=33.81%
B=34.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242362380.060.0100.07188.5729.1790.59
HexE0ECEE6107bd1d5b
Octal340354356610727535133
Binary1110000011101100111011101101011110111101111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ECEE; }

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

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

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

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

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

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

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

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