Shades of Saltpan #EEF8DD
Tints of Saltpan #EEF8DD
RGB
CMYK
RGB Variations
Color information
#EEF8DD (or 0xEEF8DD) is known color: Saltpan. HEX triplet: EE, F8 and DD. RGB value is (238,248,221). Sum of RGB (Red+Green+Blue) = 238+248+221=707 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.66% from 707); Green value is 248 (97.27% from 255 or 35.08% from 707); Blue value is 221 (86.72% from 255 or 31.26% from 707); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF8DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF8DD is #110722. Grayscale: #F2F2F2. Windows color (decimal): -1115939 or 14547182. OLE color: 14547182.
HSL color Cylindrical-coordinate representation of color #EEF8DD: hue angle of 82.22º degrees, saturation: 0.66, 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 #EEF8DD is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 221 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.03 |
| HSL | 82.22º | 0.66% | 0.92% | - |
| HSV(B) | 82.22º | 0.11% | 0.97% | - |
| XYZ | 81.88 | 90.53 | 81.57 | - |
| YUV | 241.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 221 | 0.04 | 0 | 0.11 | 0.03 | 82.22 | 0.66 | 0.92 |
| Hex | EE | F8 | DD | 4 | 0 | B | 3 | 52 | 42 | 5C |
| Octal | 356 | 370 | 335 | 4 | 0 | 13 | 3 | 122 | 102 | 134 |
| Binary | 11101110 | 11111000 | 11011101 | 100 | 0 | 1011 | 11 | 1010010 | 1000010 | 1011100 |
Color Harmonies of #EEF8DD
Complementary color
Monochromatic Colors of #EEF8DD
Black with #EEF8DD
Text Example
Text Example
White with #EEF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF8DD; }
p { color: rgb(238,248,221); }
H1.HeaderClassName
{
color: #EEF8DD;
}
.AnyTagClassName
{
color: #EEF8DD;
}
</style>
background-color css
<style>
a { background-color: #EEF8DD; }
a { background-color: rgb(238,248,221); }
div.DivClassName
{
background-color: #EEF8DD;
}
.BgClassName
{
background-color: #EEF8DD;
}
</style>
border-color css
<style>
span { border-color: #EEF8DD; }
span { border-color: rgb(238,248,221); }
td.TdClassName
{
border-color: #EEF8DD;
}
.TagClassName
{
border-color: #EEF8DD;
}
</style>