Shades of Saltpan #EFF7DD
Tints of Saltpan #EFF7DD
RGB
CMYK
RGB Variations
Color information
#EFF7DD (or 0xEFF7DD) is known color: Saltpan. HEX triplet: EF, F7 and DD. RGB value is (239,247,221). Sum of RGB (Red+Green+Blue) = 239+247+221=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 247 (96.88% from 255 or 34.94% from 707); Blue value is 221 (86.72% from 255 or 31.26% from 707); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF7DD is #100822. Grayscale: #F1F1F1. Windows color (decimal): -1050659 or 14546927. OLE color: 14546927.
HSL color Cylindrical-coordinate representation of color #EFF7DD: hue angle of 78.46º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFF7DD is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 221 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.03 |
| HSL | 78.46º | 0.62% | 0.92% | - |
| HSV(B) | 78.46º | 0.11% | 0.97% | - |
| XYZ | 81.91 | 90.09 | 81.48 | - |
| YUV | 241.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 221 | 0.03 | 0 | 0.11 | 0.03 | 78.46 | 0.62 | 0.92 |
| Hex | EF | F7 | DD | 3 | 0 | B | 3 | 4E | 3E | 5C |
| Octal | 357 | 367 | 335 | 3 | 0 | 13 | 3 | 116 | 76 | 134 |
| Binary | 11101111 | 11110111 | 11011101 | 11 | 0 | 1011 | 11 | 1001110 | 111110 | 1011100 |
Color Harmonies of #EFF7DD
Complementary color
Monochromatic Colors of #EFF7DD
Black with #EFF7DD
Text Example
Text Example
White with #EFF7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF7DD; }
p { color: rgb(239,247,221); }
H1.HeaderClassName
{
color: #EFF7DD;
}
.AnyTagClassName
{
color: #EFF7DD;
}
</style>
background-color css
<style>
a { background-color: #EFF7DD; }
a { background-color: rgb(239,247,221); }
div.DivClassName
{
background-color: #EFF7DD;
}
.BgClassName
{
background-color: #EFF7DD;
}
</style>
border-color css
<style>
span { border-color: #EFF7DD; }
span { border-color: rgb(239,247,221); }
td.TdClassName
{
border-color: #EFF7DD;
}
.TagClassName
{
border-color: #EFF7DD;
}
</style>