#E2EDEE

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

Shades of Zircon #E2EDEE

Tints of Zircon #E2EDEE

Color information

#E2EDEE (or 0xE2EDEE) is unknown color: approx Zircon. HEX triplet: E2, ED and EE. RGB value is (226,237,238). Sum of RGB (Red+Green+Blue) = 226+237+238=701 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.24% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2EDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EDEE is #1D1211. Grayscale: #E9E9E9. Windows color (decimal): -1905170 or 15658466. OLE color: 15658466.

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

Color convert

RGB226237238-
CMYK0.050.0000.07
HSL185º26.09%90.98%-
HSV(B)185º5.04%93.33%-
XYZ77.0882.9192.83-
YUV233.82130.36122.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.24%
GREEN value IS 237 (92.97% from 255) = 33.81%
BLUE value IS 238 (93.36% from 255) = 33.95%
R=32.24%
G=33.81%
B=33.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262372380.050.0000.0718526.0990.98
HexE2EDEE5007b91a5b
Octal342355356500727132133
Binary1110001011101101111011101010011110111001110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EDEE; }

 p { color: rgb(226,237,238); }

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

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

 a { background-color: rgb(226,237,238); }

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

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

 span { border-color: rgb(226,237,238); }

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