#E4EDEE

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

Shades of Zircon #E4EDEE

Tints of Zircon #E4EDEE

Color information

#E4EDEE (or 0xE4EDEE) is unknown color: approx Zircon. HEX triplet: E4, ED and EE. RGB value is (228,237,238). Sum of RGB (Red+Green+Blue) = 228+237+238=703 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.43% from 703); Green value is 237 (92.97% from 255 or 33.71% from 703); Blue value is 238 (93.36% from 255 or 33.85% from 703); Max value from RGB is 238 - color contains mainly: blue. Hex color #E4EDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4EDEE is #1B1211. Grayscale: #EAEAEA. Windows color (decimal): -1774098 or 15658468. OLE color: 15658468.

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

Color convert

RGB228237238-
CMYK0.040.0000.07
HSL186º22.73%91.37%-
HSV(B)186º4.2%93.33%-
XYZ77.7183.2492.86-
YUV234.42130.02123.42-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.43%
GREEN value IS 237 (92.97% from 255) = 33.71%
BLUE value IS 238 (93.36% from 255) = 33.85%
R=32.43%
G=33.71%
B=33.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2282372380.040.0000.0718622.7391.37
HexE4EDEE4007ba175b
Octal344355356400727227133
Binary1110010011101101111011101000011110111010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4EDEE; }

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

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

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

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

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

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

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

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