#E5EEEE

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

Shades of Zircon #E5EEEE

Tints of Zircon #E5EEEE

Color information

#E5EEEE (or 0xE5EEEE) is unknown color: approx Zircon. HEX triplet: E5, EE and EE. RGB value is (229,238,238). Sum of RGB (Red+Green+Blue) = 229+238+238=705 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.48% from 705); Green value is 238 (93.36% from 255 or 33.76% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #E5EEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EEEE is #1A1111. Grayscale: #EBEBEB. Windows color (decimal): -1708306 or 15658725. OLE color: 15658725.

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

Color convert

RGB229238238-
CMYK0.04000.07
HSL180º20.93%91.57%-
HSV(B)180º3.78%93.33%-
XYZ78.3283.9892.97-
YUV235.31129.52123.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.48%
GREEN value IS 238 (93.36% from 255) = 33.76%
BLUE value IS 238 (93.36% from 255) = 33.76%
R=32.48%
G=33.76%
B=33.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292382380.04000.0718020.9391.57
HexE5EEEE4007b4155c
Octal345356356400726425134
Binary1110010111101110111011101000011110110100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EEEE; }

 p { color: rgb(229,238,238); }

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

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

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

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

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

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

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