Shades of Saltpan #EEF9DF
Tints of Saltpan #EEF9DF
RGB
CMYK
RGB Variations
Color information
#EEF9DF (or 0xEEF9DF) is known color: Saltpan. HEX triplet: EE, F9 and DF. RGB value is (238,249,223). Sum of RGB (Red+Green+Blue) = 238+249+223=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 249 (97.66% from 255 or 35.07% from 710); Blue value is 223 (87.5% from 255 or 31.41% from 710); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF9DF is #110620. Grayscale: #F2F2F2. Windows color (decimal): -1115681 or 14678510. OLE color: 14678510.
HSL color Cylindrical-coordinate representation of color #EEF9DF: hue angle of 85.38º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEF9DF is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 223 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.02 |
| HSL | 85.38º | 0.68% | 0.93% | - |
| HSV(B) | 85.38º | 0.1% | 0.98% | - |
| XYZ | 82.45 | 91.26 | 83.08 | - |
| YUV | 242.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 223 | 0.04 | 0 | 0.10 | 0.02 | 85.38 | 0.68 | 0.93 |
| Hex | EE | F9 | DF | 4 | 0 | A | 2 | 55 | 44 | 5D |
| Octal | 356 | 371 | 337 | 4 | 0 | 12 | 2 | 125 | 104 | 135 |
| Binary | 11101110 | 11111001 | 11011111 | 100 | 0 | 1010 | 10 | 1010101 | 1000100 | 1011101 |
Color Harmonies of #EEF9DF
Complementary color
Monochromatic Colors of #EEF9DF
Black with #EEF9DF
Text Example
Text Example
White with #EEF9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF9DF; }
p { color: rgb(238,249,223); }
H1.HeaderClassName
{
color: #EEF9DF;
}
.AnyTagClassName
{
color: #EEF9DF;
}
</style>
background-color css
<style>
a { background-color: #EEF9DF; }
a { background-color: rgb(238,249,223); }
div.DivClassName
{
background-color: #EEF9DF;
}
.BgClassName
{
background-color: #EEF9DF;
}
</style>
border-color css
<style>
span { border-color: #EEF9DF; }
span { border-color: rgb(238,249,223); }
td.TdClassName
{
border-color: #EEF9DF;
}
.TagClassName
{
border-color: #EEF9DF;
}
</style>