Shades of Saltpan #ECF0DF
Tints of Saltpan #ECF0DF
RGB
CMYK
RGB Variations
Color information
#ECF0DF (or 0xECF0DF) is known color: Saltpan. HEX triplet: EC, F0 and DF. RGB value is (236,240,223). Sum of RGB (Red+Green+Blue) = 236+240+223=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 240 (94.14% from 255 or 34.33% from 699); Blue value is 223 (87.5% from 255 or 31.90% from 699); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0DF is #130F20. Grayscale: #ECECEC. Windows color (decimal): -1249057 or 14676204. OLE color: 14676204.
HSL color Cylindrical-coordinate representation of color #ECF0DF: hue angle of 74.12º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECF0DF is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 223 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.06 |
| HSL | 74.12º | 0.36% | 0.91% | - |
| HSV(B) | 74.12º | 0.07% | 0.94% | - |
| XYZ | 79.07 | 85.48 | 82.14 | - |
| YUV | 236.87 | 120.17 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 223 | 0.02 | 0 | 0.07 | 0.06 | 74.12 | 0.36 | 0.91 |
| Hex | EC | F0 | DF | 2 | 0 | 7 | 6 | 4A | 24 | 5B |
| Octal | 354 | 360 | 337 | 2 | 0 | 7 | 6 | 112 | 44 | 133 |
| Binary | 11101100 | 11110000 | 11011111 | 10 | 0 | 111 | 110 | 1001010 | 100100 | 1011011 |
Color Harmonies of #ECF0DF
Complementary color
Monochromatic Colors of #ECF0DF
Black with #ECF0DF
Text Example
Text Example
White with #ECF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0DF; }
p { color: rgb(236,240,223); }
H1.HeaderClassName
{
color: #ECF0DF;
}
.AnyTagClassName
{
color: #ECF0DF;
}
</style>
background-color css
<style>
a { background-color: #ECF0DF; }
a { background-color: rgb(236,240,223); }
div.DivClassName
{
background-color: #ECF0DF;
}
.BgClassName
{
background-color: #ECF0DF;
}
</style>
border-color css
<style>
span { border-color: #ECF0DF; }
span { border-color: rgb(236,240,223); }
td.TdClassName
{
border-color: #ECF0DF;
}
.TagClassName
{
border-color: #ECF0DF;
}
</style>