Shades of Selago #ECEBEC
Tints of Selago #ECEBEC
RGB
CMYK
RGB Variations
Color information
#ECEBEC (or 0xECEBEC) is known color: Selago. HEX triplet: EC, EB and EC. RGB value is (236,235,236). Sum of RGB (Red+Green+Blue) = 236+235+236=707 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.38% from 707); Green value is 235 (92.19% from 255 or 33.24% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECEBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEBEC is #131413. Grayscale: #EBEBEB. Windows color (decimal): -1250324 or 15526892. OLE color: 15526892.
HSL color Cylindrical-coordinate representation of color #ECEBEC: hue angle of 300º degrees, saturation: 0.03, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0%. Process color model (Four color, CMYK) of #ECEBEC is Cyan = 0, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 235 | 236 | - |
CMYK | 0 | 0.00 | 0 | 0.07 |
HSL | 300º | 0.03% | 0.92% | - |
HSV(B) | 300º | 0% | 0.93% | - |
XYZ | 79.44 | 83.31 | 91.25 | - |
YUV | 235.41 | 128.33 | 128.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 235 | 236 | 0 | 0.00 | 0 | 0.07 | 300 | 0.03 | 0.92 |
Hex | EC | EB | EC | 0 | 0 | 0 | 7 | 12C | 3 | 5C |
Octal | 354 | 353 | 354 | 0 | 0 | 0 | 7 | 454 | 3 | 134 |
Binary | 11101100 | 11101011 | 11101100 | 0 | 0 | 0 | 111 | 100101100 | 11 | 1011100 |
Color Harmonies of #ECEBEC
Complementary color
Monochromatic Colors of #ECEBEC
Black with #ECEBEC
Text Example
Text Example
White with #ECEBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBEC; }
p { color: rgb(236,235,236); }
H1.HeaderClassName
{
color: #ECEBEC;
}
.AnyTagClassName
{
color: #ECEBEC;
}
</style>
background-color css
<style>
a { background-color: #ECEBEC; }
a { background-color: rgb(236,235,236); }
div.DivClassName
{
background-color: #ECEBEC;
}
.BgClassName
{
background-color: #ECEBEC;
}
</style>
border-color css
<style>
span { border-color: #ECEBEC; }
span { border-color: rgb(236,235,236); }
td.TdClassName
{
border-color: #ECEBEC;
}
.TagClassName
{
border-color: #ECEBEC;
}
</style>