Shades of Saltpan #ECEDE9
Tints of Saltpan #ECEDE9
RGB
CMYK
RGB Variations
Color information
#ECEDE9 (or 0xECEDE9) is known color: Saltpan. HEX triplet: EC, ED and E9. RGB value is (236,237,233). Sum of RGB (Red+Green+Blue) = 236+237+233=706 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.43% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 233 (91.41% from 255 or 33.00% from 706); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDE9 is #131216. Grayscale: #ECECEC. Windows color (decimal): -1249815 or 15330796. OLE color: 15330796.
HSL color Cylindrical-coordinate representation of color #ECEDE9: hue angle of 75º degrees, saturation: 0.1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ECEDE9 is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 237 | 233 | - |
CMYK | 0.00 | 0 | 0.02 | 0.07 |
HSL | 75º | 0.1% | 0.92% | - |
HSV(B) | 75º | 0.02% | 0.93% | - |
XYZ | 79.58 | 84.28 | 89.16 | - |
YUV | 236.25 | 126.17 | 127.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 237 | 233 | 0.00 | 0 | 0.02 | 0.07 | 75 | 0.1 | 0.92 |
Hex | EC | ED | E9 | 0 | 0 | 2 | 7 | 4B | A | 5C |
Octal | 354 | 355 | 351 | 0 | 0 | 2 | 7 | 113 | 12 | 134 |
Binary | 11101100 | 11101101 | 11101001 | 0 | 0 | 10 | 111 | 1001011 | 1010 | 1011100 |
Color Harmonies of #ECEDE9
Complementary color
Monochromatic Colors of #ECEDE9
Black with #ECEDE9
Text Example
Text Example
White with #ECEDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDE9; }
p { color: rgb(236,237,233); }
H1.HeaderClassName
{
color: #ECEDE9;
}
.AnyTagClassName
{
color: #ECEDE9;
}
</style>
background-color css
<style>
a { background-color: #ECEDE9; }
a { background-color: rgb(236,237,233); }
div.DivClassName
{
background-color: #ECEDE9;
}
.BgClassName
{
background-color: #ECEDE9;
}
</style>
border-color css
<style>
span { border-color: #ECEDE9; }
span { border-color: rgb(236,237,233); }
td.TdClassName
{
border-color: #ECEDE9;
}
.TagClassName
{
border-color: #ECEDE9;
}
</style>