Shades of Selago #EDECED
Tints of Selago #EDECED
RGB
CMYK
RGB Variations
Color information
#EDECED (or 0xEDECED) is known color: Selago. HEX triplet: ED, EC and ED. RGB value is (237,236,237). Sum of RGB (Red+Green+Blue) = 237+236+237=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 236 (92.58% from 255 or 33.24% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDECED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECED is #121312. Grayscale: #ECECEC. Windows color (decimal): -1184531 or 15592685. OLE color: 15592685.
HSL color Cylindrical-coordinate representation of color #EDECED: hue angle of 300º degrees, saturation: 0.03, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0%. Process color model (Four color, CMYK) of #EDECED is Cyan = 0, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 236 | 237 | - |
CMYK | 0 | 0.00 | 0 | 0.07 |
HSL | 300º | 0.03% | 0.93% | - |
HSV(B) | 300º | 0% | 0.93% | - |
XYZ | 80.21 | 84.11 | 92.13 | - |
YUV | 236.41 | 128.33 | 128.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 236 | 237 | 0 | 0.00 | 0 | 0.07 | 300 | 0.03 | 0.93 |
Hex | ED | EC | ED | 0 | 0 | 0 | 7 | 12C | 3 | 5D |
Octal | 355 | 354 | 355 | 0 | 0 | 0 | 7 | 454 | 3 | 135 |
Binary | 11101101 | 11101100 | 11101101 | 0 | 0 | 0 | 111 | 100101100 | 11 | 1011101 |
Color Harmonies of #EDECED
Complementary color
Monochromatic Colors of #EDECED
Black with #EDECED
Text Example
Text Example
White with #EDECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECED; }
p { color: rgb(237,236,237); }
H1.HeaderClassName
{
color: #EDECED;
}
.AnyTagClassName
{
color: #EDECED;
}
</style>
background-color css
<style>
a { background-color: #EDECED; }
a { background-color: rgb(237,236,237); }
div.DivClassName
{
background-color: #EDECED;
}
.BgClassName
{
background-color: #EDECED;
}
</style>
border-color css
<style>
span { border-color: #EDECED; }
span { border-color: rgb(237,236,237); }
td.TdClassName
{
border-color: #EDECED;
}
.TagClassName
{
border-color: #EDECED;
}
</style>