Shades of Zircon #EAEDED
Tints of Zircon #EAEDED
RGB
CMYK
RGB Variations
Color information
#EAEDED (or 0xEAEDED) is known color: Zircon. HEX triplet: EA, ED and ED. RGB value is (234,237,237). Sum of RGB (Red+Green+Blue) = 234+237+237=708 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.05% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 237 (92.97% from 255 or 33.47% from 708); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #EAEDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEDED is #151212. Grayscale: #ECECEC. Windows color (decimal): -1380883 or 15592938. OLE color: 15592938.
HSL color Cylindrical-coordinate representation of color #EAEDED: hue angle of 180º degrees, saturation: 0.08, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EAEDED is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 237 | 237 | - |
CMYK | 0.01 | 0 | 0 | 0.07 |
HSL | 180º | 0.08% | 0.92% | - |
HSV(B) | 180º | 0.01% | 0.93% | - |
XYZ | 79.5 | 84.18 | 92.18 | - |
YUV | 236.1 | 128.51 | 126.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 237 | 237 | 0.01 | 0 | 0 | 0.07 | 180 | 0.08 | 0.92 |
Hex | EA | ED | ED | 1 | 0 | 0 | 7 | B4 | 8 | 5C |
Octal | 352 | 355 | 355 | 1 | 0 | 0 | 7 | 264 | 10 | 134 |
Binary | 11101010 | 11101101 | 11101101 | 1 | 0 | 0 | 111 | 10110100 | 1000 | 1011100 |
Color Harmonies of #EAEDED
Complementary color
Monochromatic Colors of #EAEDED
Black with #EAEDED
Text Example
Text Example
White with #EAEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEDED; }
p { color: rgb(234,237,237); }
H1.HeaderClassName
{
color: #EAEDED;
}
.AnyTagClassName
{
color: #EAEDED;
}
</style>
background-color css
<style>
a { background-color: #EAEDED; }
a { background-color: rgb(234,237,237); }
div.DivClassName
{
background-color: #EAEDED;
}
.BgClassName
{
background-color: #EAEDED;
}
</style>
border-color css
<style>
span { border-color: #EAEDED; }
span { border-color: rgb(234,237,237); }
td.TdClassName
{
border-color: #EAEDED;
}
.TagClassName
{
border-color: #EAEDED;
}
</style>