#E3EDEE

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

Shades of Zircon #E3EDEE

Tints of Zircon #E3EDEE

Color information

#E3EDEE (or 0xE3EDEE) is unknown color: approx Zircon. HEX triplet: E3, ED and EE. RGB value is (227,237,238). Sum of RGB (Red+Green+Blue) = 227+237+238=702 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.34% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 238 - color contains mainly: blue. Hex color #E3EDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EDEE is #1C1211. Grayscale: #EAEAEA. Windows color (decimal): -1839634 or 15658467. OLE color: 15658467.

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

Color convert

RGB227237238-
CMYK0.050.0000.07
HSL185.45º24.44%91.18%-
HSV(B)185.45º4.62%93.33%-
XYZ77.483.0792.84-
YUV234.12130.19122.92-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.34%
GREEN value IS 237 (92.97% from 255) = 33.76%
BLUE value IS 238 (93.36% from 255) = 33.90%
R=32.34%
G=33.76%
B=33.90%

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
Decimal2272372380.050.0000.07185.4524.4491.18
HexE3EDEE5007b9185b
Octal343355356500727130133
Binary1110001111101101111011101010011110111001110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3EDEE; }

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

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

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

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

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

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

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

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