Shades of Saltpan #ECF7D9
Tints of Saltpan #ECF7D9
RGB
CMYK
RGB Variations
Color information
#ECF7D9 (or 0xECF7D9) is known color: Saltpan. HEX triplet: EC, F7 and D9. RGB value is (236,247,217). Sum of RGB (Red+Green+Blue) = 236+247+217=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 247 (96.88% from 255 or 35.29% from 700); Blue value is 217 (85.16% from 255 or 31% from 700); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF7D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF7D9 is #130826. Grayscale: #F0F0F0. Windows color (decimal): -1247271 or 14284780. OLE color: 14284780.
HSL color Cylindrical-coordinate representation of color #ECF7D9: hue angle of 82º degrees, saturation: 0.65, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECF7D9 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
RGB | 236 | 247 | 217 | - |
CMYK | 0.04 | 0 | 0.12 | 0.03 |
HSL | 82º | 0.65% | 0.91% | - |
HSV(B) | 82º | 0.12% | 0.97% | - |
XYZ | 80.38 | 89.36 | 78.66 | - |
YUV | 240.29 | 114.86 | 124.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 247 | 217 | 0.04 | 0 | 0.12 | 0.03 | 82 | 0.65 | 0.91 |
Hex | EC | F7 | D9 | 4 | 0 | C | 3 | 52 | 41 | 5B |
Octal | 354 | 367 | 331 | 4 | 0 | 14 | 3 | 122 | 101 | 133 |
Binary | 11101100 | 11110111 | 11011001 | 100 | 0 | 1100 | 11 | 1010010 | 1000001 | 1011011 |
Color Harmonies of #ECF7D9
Complementary color
Monochromatic Colors of #ECF7D9
Black with #ECF7D9
Text Example
Text Example
White with #ECF7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF7D9; }
p { color: rgb(236,247,217); }
H1.HeaderClassName
{
color: #ECF7D9;
}
.AnyTagClassName
{
color: #ECF7D9;
}
</style>
background-color css
<style>
a { background-color: #ECF7D9; }
a { background-color: rgb(236,247,217); }
div.DivClassName
{
background-color: #ECF7D9;
}
.BgClassName
{
background-color: #ECF7D9;
}
</style>
border-color css
<style>
span { border-color: #ECF7D9; }
span { border-color: rgb(236,247,217); }
td.TdClassName
{
border-color: #ECF7D9;
}
.TagClassName
{
border-color: #ECF7D9;
}
</style>