Shades of Saltpan #EBF7D9
Tints of Saltpan #EBF7D9
RGB
CMYK
RGB Variations
Color information
#EBF7D9 (or 0xEBF7D9) is known color: Saltpan. HEX triplet: EB, F7 and D9. RGB value is (235,247,217). Sum of RGB (Red+Green+Blue) = 235+247+217=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 247 (96.88% from 255 or 35.34% from 699); Blue value is 217 (85.16% from 255 or 31.04% from 699); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF7D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF7D9 is #140826. Grayscale: #F0F0F0. Windows color (decimal): -1312807 or 14284779. OLE color: 14284779.
HSL color Cylindrical-coordinate representation of color #EBF7D9: hue angle of 84º 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 #EBF7D9 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 247 | 217 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.03 |
| HSL | 84º | 0.65% | 0.91% | - |
| HSV(B) | 84º | 0.12% | 0.97% | - |
| XYZ | 80.05 | 89.19 | 78.64 | - |
| YUV | 239.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 247 | 217 | 0.05 | 0 | 0.12 | 0.03 | 84 | 0.65 | 0.91 |
| Hex | EB | F7 | D9 | 5 | 0 | C | 3 | 54 | 41 | 5B |
| Octal | 353 | 367 | 331 | 5 | 0 | 14 | 3 | 124 | 101 | 133 |
| Binary | 11101011 | 11110111 | 11011001 | 101 | 0 | 1100 | 11 | 1010100 | 1000001 | 1011011 |
Color Harmonies of #EBF7D9
Complementary color
Monochromatic Colors of #EBF7D9
Black with #EBF7D9
Text Example
Text Example
White with #EBF7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF7D9; }
p { color: rgb(235,247,217); }
H1.HeaderClassName
{
color: #EBF7D9;
}
.AnyTagClassName
{
color: #EBF7D9;
}
</style>
background-color css
<style>
a { background-color: #EBF7D9; }
a { background-color: rgb(235,247,217); }
div.DivClassName
{
background-color: #EBF7D9;
}
.BgClassName
{
background-color: #EBF7D9;
}
</style>
border-color css
<style>
span { border-color: #EBF7D9; }
span { border-color: rgb(235,247,217); }
td.TdClassName
{
border-color: #EBF7D9;
}
.TagClassName
{
border-color: #EBF7D9;
}
</style>