Shades of Saltpan #EEF4DD
Tints of Saltpan #EEF4DD
RGB
CMYK
RGB Variations
Color information
#EEF4DD (or 0xEEF4DD) is known color: Saltpan. HEX triplet: EE, F4 and DD. RGB value is (238,244,221). Sum of RGB (Red+Green+Blue) = 238+244+221=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 244 (95.70% from 255 or 34.71% from 703); Blue value is 221 (86.72% from 255 or 31.44% from 703); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF4DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF4DD is #110B22. Grayscale: #EFEFEF. Windows color (decimal): -1116963 or 14546158. OLE color: 14546158.
HSL color Cylindrical-coordinate representation of color #EEF4DD: hue angle of 75.65º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEF4DD is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 221 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.04 |
| HSL | 75.65º | 0.51% | 0.91% | - |
| HSV(B) | 75.65º | 0.09% | 0.96% | - |
| XYZ | 80.66 | 88.1 | 81.16 | - |
| YUV | 239.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 221 | 0.02 | 0 | 0.09 | 0.04 | 75.65 | 0.51 | 0.91 |
| Hex | EE | F4 | DD | 2 | 0 | 9 | 4 | 4C | 33 | 5B |
| Octal | 356 | 364 | 335 | 2 | 0 | 11 | 4 | 114 | 63 | 133 |
| Binary | 11101110 | 11110100 | 11011101 | 10 | 0 | 1001 | 100 | 1001100 | 110011 | 1011011 |
Color Harmonies of #EEF4DD
Complementary color
Monochromatic Colors of #EEF4DD
Black with #EEF4DD
Text Example
Text Example
White with #EEF4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF4DD; }
p { color: rgb(238,244,221); }
H1.HeaderClassName
{
color: #EEF4DD;
}
.AnyTagClassName
{
color: #EEF4DD;
}
</style>
background-color css
<style>
a { background-color: #EEF4DD; }
a { background-color: rgb(238,244,221); }
div.DivClassName
{
background-color: #EEF4DD;
}
.BgClassName
{
background-color: #EEF4DD;
}
</style>
border-color css
<style>
span { border-color: #EEF4DD; }
span { border-color: rgb(238,244,221); }
td.TdClassName
{
border-color: #EEF4DD;
}
.TagClassName
{
border-color: #EEF4DD;
}
</style>