Shades of Saltpan #EEF7DD
Tints of Saltpan #EEF7DD
RGB
CMYK
RGB Variations
Color information
#EEF7DD (or 0xEEF7DD) is known color: Saltpan. HEX triplet: EE, F7 and DD. RGB value is (238,247,221). Sum of RGB (Red+Green+Blue) = 238+247+221=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 247 (96.88% from 255 or 34.99% from 706); Blue value is 221 (86.72% from 255 or 31.30% from 706); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF7DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF7DD is #110822. Grayscale: #F1F1F1. Windows color (decimal): -1116195 or 14546926. OLE color: 14546926.
HSL color Cylindrical-coordinate representation of color #EEF7DD: hue angle of 80.77º 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 #EEF7DD is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 247 | 221 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.03 |
| HSL | 80.77º | 0.62% | 0.92% | - |
| HSV(B) | 80.77º | 0.11% | 0.97% | - |
| XYZ | 81.57 | 89.92 | 81.46 | - |
| YUV | 241.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 247 | 221 | 0.04 | 0 | 0.11 | 0.03 | 80.77 | 0.62 | 0.92 |
| Hex | EE | F7 | DD | 4 | 0 | B | 3 | 51 | 3E | 5C |
| Octal | 356 | 367 | 335 | 4 | 0 | 13 | 3 | 121 | 76 | 134 |
| Binary | 11101110 | 11110111 | 11011101 | 100 | 0 | 1011 | 11 | 1010001 | 111110 | 1011100 |
Color Harmonies of #EEF7DD
Complementary color
Monochromatic Colors of #EEF7DD
Black with #EEF7DD
Text Example
Text Example
White with #EEF7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF7DD; }
p { color: rgb(238,247,221); }
H1.HeaderClassName
{
color: #EEF7DD;
}
.AnyTagClassName
{
color: #EEF7DD;
}
</style>
background-color css
<style>
a { background-color: #EEF7DD; }
a { background-color: rgb(238,247,221); }
div.DivClassName
{
background-color: #EEF7DD;
}
.BgClassName
{
background-color: #EEF7DD;
}
</style>
border-color css
<style>
span { border-color: #EEF7DD; }
span { border-color: rgb(238,247,221); }
td.TdClassName
{
border-color: #EEF7DD;
}
.TagClassName
{
border-color: #EEF7DD;
}
</style>