Shades of Saltpan #EFF6DD
Tints of Saltpan #EFF6DD
RGB
CMYK
RGB Variations
Color information
#EFF6DD (or 0xEFF6DD) is known color: Saltpan. HEX triplet: EF, F6 and DD. RGB value is (239,246,221). Sum of RGB (Red+Green+Blue) = 239+246+221=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 246 (96.48% from 255 or 34.84% from 706); Blue value is 221 (86.72% from 255 or 31.30% from 706); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF6DD is #100922. Grayscale: #F1F1F1. Windows color (decimal): -1050915 or 14546671. OLE color: 14546671.
HSL color Cylindrical-coordinate representation of color #EFF6DD: hue angle of 76.8º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFF6DD is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 221 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.04 |
| HSL | 76.8º | 0.58% | 0.92% | - |
| HSV(B) | 76.8º | 0.1% | 0.96% | - |
| XYZ | 81.6 | 89.48 | 81.38 | - |
| YUV | 241.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 221 | 0.03 | 0 | 0.10 | 0.04 | 76.8 | 0.58 | 0.92 |
| Hex | EF | F6 | DD | 3 | 0 | A | 4 | 4D | 3A | 5C |
| Octal | 357 | 366 | 335 | 3 | 0 | 12 | 4 | 115 | 72 | 134 |
| Binary | 11101111 | 11110110 | 11011101 | 11 | 0 | 1010 | 100 | 1001101 | 111010 | 1011100 |
Color Harmonies of #EFF6DD
Complementary color
Monochromatic Colors of #EFF6DD
Black with #EFF6DD
Text Example
Text Example
White with #EFF6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF6DD; }
p { color: rgb(239,246,221); }
H1.HeaderClassName
{
color: #EFF6DD;
}
.AnyTagClassName
{
color: #EFF6DD;
}
</style>
background-color css
<style>
a { background-color: #EFF6DD; }
a { background-color: rgb(239,246,221); }
div.DivClassName
{
background-color: #EFF6DD;
}
.BgClassName
{
background-color: #EFF6DD;
}
</style>
border-color css
<style>
span { border-color: #EFF6DD; }
span { border-color: rgb(239,246,221); }
td.TdClassName
{
border-color: #EFF6DD;
}
.TagClassName
{
border-color: #EFF6DD;
}
</style>