Shades of Saltpan #E8F1DE
Tints of Saltpan #E8F1DE
RGB
CMYK
RGB Variations
Color information
#E8F1DE (or 0xE8F1DE) is known color: Saltpan. HEX triplet: E8, F1 and DE. RGB value is (232,241,222). Sum of RGB (Red+Green+Blue) = 232+241+222=695 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.38% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 222 (87.11% from 255 or 31.94% from 695); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F1DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F1DE is #170E21. Grayscale: #ECECEC. Windows color (decimal): -1510946 or 14610920. OLE color: 14610920.
HSL color Cylindrical-coordinate representation of color #E8F1DE: hue angle of 88.42º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8F1DE is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 241 | 222 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.05 |
| HSL | 88.42º | 0.4% | 0.91% | - |
| HSV(B) | 88.42º | 0.08% | 0.95% | - |
| XYZ | 77.92 | 85.34 | 81.47 | - |
| YUV | 236.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 241 | 222 | 0.04 | 0 | 0.08 | 0.05 | 88.42 | 0.4 | 0.91 |
| Hex | E8 | F1 | DE | 4 | 0 | 8 | 5 | 58 | 28 | 5B |
| Octal | 350 | 361 | 336 | 4 | 0 | 10 | 5 | 130 | 50 | 133 |
| Binary | 11101000 | 11110001 | 11011110 | 100 | 0 | 1000 | 101 | 1011000 | 101000 | 1011011 |
Color Harmonies of #E8F1DE
Complementary color
Monochromatic Colors of #E8F1DE
Black with #E8F1DE
Text Example
Text Example
White with #E8F1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F1DE; }
p { color: rgb(232,241,222); }
H1.HeaderClassName
{
color: #E8F1DE;
}
.AnyTagClassName
{
color: #E8F1DE;
}
</style>
background-color css
<style>
a { background-color: #E8F1DE; }
a { background-color: rgb(232,241,222); }
div.DivClassName
{
background-color: #E8F1DE;
}
.BgClassName
{
background-color: #E8F1DE;
}
</style>
border-color css
<style>
span { border-color: #E8F1DE; }
span { border-color: rgb(232,241,222); }
td.TdClassName
{
border-color: #E8F1DE;
}
.TagClassName
{
border-color: #E8F1DE;
}
</style>