Shades of Saltpan #E8F1DC
Tints of Saltpan #E8F1DC
RGB
CMYK
RGB Variations
Color information
#E8F1DC (or 0xE8F1DC) is known color: Saltpan. HEX triplet: E8, F1 and DC. RGB value is (232,241,220). Sum of RGB (Red+Green+Blue) = 232+241+220=693 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.48% from 693); Green value is 241 (94.53% from 255 or 34.78% from 693); Blue value is 220 (86.33% from 255 or 31.75% from 693); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F1DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F1DC is #170E23. Grayscale: #EBEBEB. Windows color (decimal): -1510948 or 14479848. OLE color: 14479848.
HSL color Cylindrical-coordinate representation of color #E8F1DC: hue angle of 85.71º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8F1DC is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 241 | 220 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.05 |
| HSL | 85.71º | 0.43% | 0.9% | - |
| HSV(B) | 85.71º | 0.09% | 0.95% | - |
| XYZ | 77.65 | 85.23 | 80.07 | - |
| YUV | 235.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 241 | 220 | 0.04 | 0 | 0.09 | 0.05 | 85.71 | 0.43 | 0.9 |
| Hex | E8 | F1 | DC | 4 | 0 | 9 | 5 | 56 | 2B | 5A |
| Octal | 350 | 361 | 334 | 4 | 0 | 11 | 5 | 126 | 53 | 132 |
| Binary | 11101000 | 11110001 | 11011100 | 100 | 0 | 1001 | 101 | 1010110 | 101011 | 1011010 |
Color Harmonies of #E8F1DC
Complementary color
Monochromatic Colors of #E8F1DC
Black with #E8F1DC
Text Example
Text Example
White with #E8F1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F1DC; }
p { color: rgb(232,241,220); }
H1.HeaderClassName
{
color: #E8F1DC;
}
.AnyTagClassName
{
color: #E8F1DC;
}
</style>
background-color css
<style>
a { background-color: #E8F1DC; }
a { background-color: rgb(232,241,220); }
div.DivClassName
{
background-color: #E8F1DC;
}
.BgClassName
{
background-color: #E8F1DC;
}
</style>
border-color css
<style>
span { border-color: #E8F1DC; }
span { border-color: rgb(232,241,220); }
td.TdClassName
{
border-color: #E8F1DC;
}
.TagClassName
{
border-color: #E8F1DC;
}
</style>