Shades of Saltpan #EEF8DE
Tints of Saltpan #EEF8DE
RGB
CMYK
RGB Variations
Color information
#EEF8DE (or 0xEEF8DE) is known color: Saltpan. HEX triplet: EE, F8 and DE. RGB value is (238,248,222). Sum of RGB (Red+Green+Blue) = 238+248+222=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 248 (97.27% from 255 or 35.03% from 708); Blue value is 222 (87.11% from 255 or 31.36% from 708); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF8DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF8DE is #110721. Grayscale: #F2F2F2. Windows color (decimal): -1115938 or 14612718. OLE color: 14612718.
HSL color Cylindrical-coordinate representation of color #EEF8DE: hue angle of 83.08º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEF8DE is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 222 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.03 |
| HSL | 83.08º | 0.65% | 0.92% | - |
| HSV(B) | 83.08º | 0.1% | 0.97% | - |
| XYZ | 82.01 | 90.59 | 82.27 | - |
| YUV | 242.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 222 | 0.04 | 0 | 0.10 | 0.03 | 83.08 | 0.65 | 0.92 |
| Hex | EE | F8 | DE | 4 | 0 | A | 3 | 53 | 41 | 5C |
| Octal | 356 | 370 | 336 | 4 | 0 | 12 | 3 | 123 | 101 | 134 |
| Binary | 11101110 | 11111000 | 11011110 | 100 | 0 | 1010 | 11 | 1010011 | 1000001 | 1011100 |
Color Harmonies of #EEF8DE
Complementary color
Monochromatic Colors of #EEF8DE
Black with #EEF8DE
Text Example
Text Example
White with #EEF8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF8DE; }
p { color: rgb(238,248,222); }
H1.HeaderClassName
{
color: #EEF8DE;
}
.AnyTagClassName
{
color: #EEF8DE;
}
</style>
background-color css
<style>
a { background-color: #EEF8DE; }
a { background-color: rgb(238,248,222); }
div.DivClassName
{
background-color: #EEF8DE;
}
.BgClassName
{
background-color: #EEF8DE;
}
</style>
border-color css
<style>
span { border-color: #EEF8DE; }
span { border-color: rgb(238,248,222); }
td.TdClassName
{
border-color: #EEF8DE;
}
.TagClassName
{
border-color: #EEF8DE;
}
</style>