Shades of Saltpan #EEF6DD
Tints of Saltpan #EEF6DD
RGB
CMYK
RGB Variations
Color information
#EEF6DD (or 0xEEF6DD) is known color: Saltpan. HEX triplet: EE, F6 and DD. RGB value is (238,246,221). Sum of RGB (Red+Green+Blue) = 238+246+221=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 246 (96.48% from 255 or 34.89% from 705); Blue value is 221 (86.72% from 255 or 31.35% from 705); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF6DD is #110922. Grayscale: #F0F0F0. Windows color (decimal): -1116451 or 14546670. OLE color: 14546670.
HSL color Cylindrical-coordinate representation of color #EEF6DD: hue angle of 79.2º 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 #EEF6DD is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 221 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.04 |
| HSL | 79.2º | 0.58% | 0.92% | - |
| HSV(B) | 79.2º | 0.1% | 0.96% | - |
| XYZ | 81.27 | 89.31 | 81.36 | - |
| YUV | 240.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 221 | 0.03 | 0 | 0.10 | 0.04 | 79.2 | 0.58 | 0.92 |
| Hex | EE | F6 | DD | 3 | 0 | A | 4 | 4F | 3A | 5C |
| Octal | 356 | 366 | 335 | 3 | 0 | 12 | 4 | 117 | 72 | 134 |
| Binary | 11101110 | 11110110 | 11011101 | 11 | 0 | 1010 | 100 | 1001111 | 111010 | 1011100 |
Color Harmonies of #EEF6DD
Complementary color
Monochromatic Colors of #EEF6DD
Black with #EEF6DD
Text Example
Text Example
White with #EEF6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF6DD; }
p { color: rgb(238,246,221); }
H1.HeaderClassName
{
color: #EEF6DD;
}
.AnyTagClassName
{
color: #EEF6DD;
}
</style>
background-color css
<style>
a { background-color: #EEF6DD; }
a { background-color: rgb(238,246,221); }
div.DivClassName
{
background-color: #EEF6DD;
}
.BgClassName
{
background-color: #EEF6DD;
}
</style>
border-color css
<style>
span { border-color: #EEF6DD; }
span { border-color: rgb(238,246,221); }
td.TdClassName
{
border-color: #EEF6DD;
}
.TagClassName
{
border-color: #EEF6DD;
}
</style>