Shades of Saltpan #ECF6D9
Tints of Saltpan #ECF6D9
RGB
CMYK
RGB Variations
Color information
#ECF6D9 (or 0xECF6D9) is known color: Saltpan. HEX triplet: EC, F6 and D9. RGB value is (236,246,217). Sum of RGB (Red+Green+Blue) = 236+246+217=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 246 (96.48% from 255 or 35.19% from 699); Blue value is 217 (85.16% from 255 or 31.04% from 699); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF6D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF6D9 is #130926. Grayscale: #EFEFEF. Windows color (decimal): -1247527 or 14284524. OLE color: 14284524.
HSL color Cylindrical-coordinate representation of color #ECF6D9: hue angle of 80.69º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECF6D9 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 217 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.04 |
| HSL | 80.69º | 0.62% | 0.91% | - |
| HSV(B) | 80.69º | 0.12% | 0.96% | - |
| XYZ | 80.07 | 88.75 | 78.56 | - |
| YUV | 239.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 217 | 0.04 | 0 | 0.12 | 0.04 | 80.69 | 0.62 | 0.91 |
| Hex | EC | F6 | D9 | 4 | 0 | C | 4 | 51 | 3E | 5B |
| Octal | 354 | 366 | 331 | 4 | 0 | 14 | 4 | 121 | 76 | 133 |
| Binary | 11101100 | 11110110 | 11011001 | 100 | 0 | 1100 | 100 | 1010001 | 111110 | 1011011 |
Color Harmonies of #ECF6D9
Complementary color
Monochromatic Colors of #ECF6D9
Black with #ECF6D9
Text Example
Text Example
White with #ECF6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF6D9; }
p { color: rgb(236,246,217); }
H1.HeaderClassName
{
color: #ECF6D9;
}
.AnyTagClassName
{
color: #ECF6D9;
}
</style>
background-color css
<style>
a { background-color: #ECF6D9; }
a { background-color: rgb(236,246,217); }
div.DivClassName
{
background-color: #ECF6D9;
}
.BgClassName
{
background-color: #ECF6D9;
}
</style>
border-color css
<style>
span { border-color: #ECF6D9; }
span { border-color: rgb(236,246,217); }
td.TdClassName
{
border-color: #ECF6D9;
}
.TagClassName
{
border-color: #ECF6D9;
}
</style>