Shades of Saltpan #EEF2E7
Tints of Saltpan #EEF2E7
RGB
CMYK
RGB Variations
Color information
#EEF2E7 (or 0xEEF2E7) is known color: Saltpan. HEX triplet: EE, F2 and E7. RGB value is (238,242,231). Sum of RGB (Red+Green+Blue) = 238+242+231=711 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.47% from 711); Green value is 242 (94.92% from 255 or 34.04% from 711); Blue value is 231 (90.62% from 255 or 32.49% from 711); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2E7 is #110D18. Grayscale: #EFEFEF. Windows color (decimal): -1117465 or 15201006. OLE color: 15201006.
HSL color Cylindrical-coordinate representation of color #EEF2E7: hue angle of 81.82º degrees, saturation: 0.3, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEF2E7 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 231 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.05 |
| HSL | 81.82º | 0.3% | 0.93% | - |
| HSV(B) | 81.82º | 0.05% | 0.95% | - |
| XYZ | 81.44 | 87.45 | 88.19 | - |
| YUV | 239.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 231 | 0.02 | 0 | 0.05 | 0.05 | 81.82 | 0.3 | 0.93 |
| Hex | EE | F2 | E7 | 2 | 0 | 5 | 5 | 52 | 1E | 5D |
| Octal | 356 | 362 | 347 | 2 | 0 | 5 | 5 | 122 | 36 | 135 |
| Binary | 11101110 | 11110010 | 11100111 | 10 | 0 | 101 | 101 | 1010010 | 11110 | 1011101 |
Color Harmonies of #EEF2E7
Complementary color
Monochromatic Colors of #EEF2E7
Black with #EEF2E7
Text Example
Text Example
White with #EEF2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2E7; }
p { color: rgb(238,242,231); }
H1.HeaderClassName
{
color: #EEF2E7;
}
.AnyTagClassName
{
color: #EEF2E7;
}
</style>
background-color css
<style>
a { background-color: #EEF2E7; }
a { background-color: rgb(238,242,231); }
div.DivClassName
{
background-color: #EEF2E7;
}
.BgClassName
{
background-color: #EEF2E7;
}
</style>
border-color css
<style>
span { border-color: #EEF2E7; }
span { border-color: rgb(238,242,231); }
td.TdClassName
{
border-color: #EEF2E7;
}
.TagClassName
{
border-color: #EEF2E7;
}
</style>