Shades of Zircon #E5EEEE
Tints of Zircon #E5EEEE
RGB
CMYK
RGB Variations
Color information
#E5EEEE (or 0xE5EEEE) is known color: 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
RGB | 229 | 238 | 238 | - |
CMYK | 0.04 | 0 | 0 | 0.07 |
HSL | 180º | 0.21% | 0.92% | - |
HSV(B) | 180º | 0.04% | 0.93% | - |
XYZ | 78.32 | 83.98 | 92.97 | - |
YUV | 235.31 | 129.52 | 123.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 238 | 238 | 0.04 | 0 | 0 | 0.07 | 180 | 0.21 | 0.92 |
Hex | E5 | EE | EE | 4 | 0 | 0 | 7 | B4 | 15 | 5C |
Octal | 345 | 356 | 356 | 4 | 0 | 0 | 7 | 264 | 25 | 134 |
Binary | 11100101 | 11101110 | 11101110 | 100 | 0 | 0 | 111 | 10110100 | 10101 | 1011100 |
Color Harmonies of #E5EEEE
Complementary color
Monochromatic Colors of #E5EEEE
Black with #E5EEEE
Text Example
Text Example
White with #E5EEEE
Text Example
Text Example
HTML Codes & Css Web 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>