Shades of Saltpan #ECEDEB
Tints of Saltpan #ECEDEB
RGB
CMYK
RGB Variations
Color information
#ECEDEB (or 0xECEDEB) is known color: Saltpan. HEX triplet: EC, ED and EB. RGB value is (236,237,235). Sum of RGB (Red+Green+Blue) = 236+237+235=708 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.33% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 235 (92.19% from 255 or 33.19% from 708); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDEB is #131214. Grayscale: #ECECEC. Windows color (decimal): -1249813 or 15461868. OLE color: 15461868.
HSL color Cylindrical-coordinate representation of color #ECEDEB: hue angle of 90º degrees, saturation: 0.05, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ECEDEB is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 237 | 235 | - |
CMYK | 0.00 | 0 | 0.01 | 0.07 |
HSL | 90º | 0.05% | 0.93% | - |
HSV(B) | 90º | 0.01% | 0.93% | - |
XYZ | 79.87 | 84.4 | 90.68 | - |
YUV | 236.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 237 | 235 | 0.00 | 0 | 0.01 | 0.07 | 90 | 0.05 | 0.93 |
Hex | EC | ED | EB | 0 | 0 | 1 | 7 | 5A | 5 | 5D |
Octal | 354 | 355 | 353 | 0 | 0 | 1 | 7 | 132 | 5 | 135 |
Binary | 11101100 | 11101101 | 11101011 | 0 | 0 | 1 | 111 | 1011010 | 101 | 1011101 |
Color Harmonies of #ECEDEB
Complementary color
Monochromatic Colors of #ECEDEB
Black with #ECEDEB
Text Example
Text Example
White with #ECEDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDEB; }
p { color: rgb(236,237,235); }
H1.HeaderClassName
{
color: #ECEDEB;
}
.AnyTagClassName
{
color: #ECEDEB;
}
</style>
background-color css
<style>
a { background-color: #ECEDEB; }
a { background-color: rgb(236,237,235); }
div.DivClassName
{
background-color: #ECEDEB;
}
.BgClassName
{
background-color: #ECEDEB;
}
</style>
border-color css
<style>
span { border-color: #ECEDEB; }
span { border-color: rgb(236,237,235); }
td.TdClassName
{
border-color: #ECEDEB;
}
.TagClassName
{
border-color: #ECEDEB;
}
</style>