Shades of Zircon #E6EDED
Tints of Zircon #E6EDED
RGB
CMYK
RGB Variations
Color information
#E6EDED (or 0xE6EDED) is known color: Zircon. HEX triplet: E6, ED and ED. RGB value is (230,237,237). Sum of RGB (Red+Green+Blue) = 230+237+237=704 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.67% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #E6EDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDED is #191212. Grayscale: #EAEAEA. Windows color (decimal): -1643027 or 15592934. OLE color: 15592934.
HSL color Cylindrical-coordinate representation of color #E6EDED: hue angle of 180º degrees, saturation: 0.16, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6EDED is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 230 | 237 | 237 | - |
CMYK | 0.03 | 0 | 0 | 0.07 |
HSL | 180º | 0.16% | 0.92% | - |
HSV(B) | 180º | 0.03% | 0.93% | - |
XYZ | 78.2 | 83.51 | 92.12 | - |
YUV | 234.91 | 129.18 | 124.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 237 | 237 | 0.03 | 0 | 0 | 0.07 | 180 | 0.16 | 0.92 |
Hex | E6 | ED | ED | 3 | 0 | 0 | 7 | B4 | 10 | 5C |
Octal | 346 | 355 | 355 | 3 | 0 | 0 | 7 | 264 | 20 | 134 |
Binary | 11100110 | 11101101 | 11101101 | 11 | 0 | 0 | 111 | 10110100 | 10000 | 1011100 |
Color Harmonies of #E6EDED
Complementary color
Monochromatic Colors of #E6EDED
Black with #E6EDED
Text Example
Text Example
White with #E6EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EDED; }
p { color: rgb(230,237,237); }
H1.HeaderClassName
{
color: #E6EDED;
}
.AnyTagClassName
{
color: #E6EDED;
}
</style>
background-color css
<style>
a { background-color: #E6EDED; }
a { background-color: rgb(230,237,237); }
div.DivClassName
{
background-color: #E6EDED;
}
.BgClassName
{
background-color: #E6EDED;
}
</style>
border-color css
<style>
span { border-color: #E6EDED; }
span { border-color: rgb(230,237,237); }
td.TdClassName
{
border-color: #E6EDED;
}
.TagClassName
{
border-color: #E6EDED;
}
</style>