Shades of Zircon #E3EDED
Tints of Zircon #E3EDED
RGB
CMYK
RGB Variations
Color information
#E3EDED (or 0xE3EDED) is known color: Zircon. HEX triplet: E3, ED and ED. RGB value is (227,237,237). Sum of RGB (Red+Green+Blue) = 227+237+237=701 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.38% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #E3EDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EDED is #1C1212. Grayscale: #E9E9E9. Windows color (decimal): -1839635 or 15592931. OLE color: 15592931.
HSL color Cylindrical-coordinate representation of color #E3EDED: hue angle of 180º degrees, saturation: 0.22, 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 #E3EDED is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 237 | 237 | - |
| CMYK | 0.04 | 0 | 0 | 0.07 |
| HSL | 180º | 0.22% | 0.91% | - |
| HSV(B) | 180º | 0.04% | 0.93% | - |
| XYZ | 77.25 | 83.01 | 92.07 | - |
| YUV | 234.01 | 129.69 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 237 | 237 | 0.04 | 0 | 0 | 0.07 | 180 | 0.22 | 0.91 |
| Hex | E3 | ED | ED | 4 | 0 | 0 | 7 | B4 | 16 | 5B |
| Octal | 343 | 355 | 355 | 4 | 0 | 0 | 7 | 264 | 26 | 133 |
| Binary | 11100011 | 11101101 | 11101101 | 100 | 0 | 0 | 111 | 10110100 | 10110 | 1011011 |
Color Harmonies of #E3EDED
Complementary color
Monochromatic Colors of #E3EDED
Black with #E3EDED
Text Example
Text Example
White with #E3EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EDED; }
p { color: rgb(227,237,237); }
H1.HeaderClassName
{
color: #E3EDED;
}
.AnyTagClassName
{
color: #E3EDED;
}
</style>
background-color css
<style>
a { background-color: #E3EDED; }
a { background-color: rgb(227,237,237); }
div.DivClassName
{
background-color: #E3EDED;
}
.BgClassName
{
background-color: #E3EDED;
}
</style>
border-color css
<style>
span { border-color: #E3EDED; }
span { border-color: rgb(227,237,237); }
td.TdClassName
{
border-color: #E3EDED;
}
.TagClassName
{
border-color: #E3EDED;
}
</style>