Shades of Saltpan #E8F1DA
Tints of Saltpan #E8F1DA
RGB
CMYK
RGB Variations
Color information
#E8F1DA (or 0xE8F1DA) is known color: Saltpan. HEX triplet: E8, F1 and DA. RGB value is (232,241,218). Sum of RGB (Red+Green+Blue) = 232+241+218=691 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.57% from 691); Green value is 241 (94.53% from 255 or 34.88% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F1DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F1DA is #170E25. Grayscale: #EBEBEB. Windows color (decimal): -1510950 or 14348776. OLE color: 14348776.
HSL color Cylindrical-coordinate representation of color #E8F1DA: hue angle of 83.48º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8F1DA is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 241 | 218 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.05 |
| HSL | 83.48º | 0.45% | 0.9% | - |
| HSV(B) | 83.48º | 0.1% | 0.95% | - |
| XYZ | 77.39 | 85.13 | 78.68 | - |
| YUV | 235.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 241 | 218 | 0.04 | 0 | 0.10 | 0.05 | 83.48 | 0.45 | 0.9 |
| Hex | E8 | F1 | DA | 4 | 0 | A | 5 | 53 | 2D | 5A |
| Octal | 350 | 361 | 332 | 4 | 0 | 12 | 5 | 123 | 55 | 132 |
| Binary | 11101000 | 11110001 | 11011010 | 100 | 0 | 1010 | 101 | 1010011 | 101101 | 1011010 |
Color Harmonies of #E8F1DA
Complementary color
Monochromatic Colors of #E8F1DA
Black with #E8F1DA
Text Example
Text Example
White with #E8F1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F1DA; }
p { color: rgb(232,241,218); }
H1.HeaderClassName
{
color: #E8F1DA;
}
.AnyTagClassName
{
color: #E8F1DA;
}
</style>
background-color css
<style>
a { background-color: #E8F1DA; }
a { background-color: rgb(232,241,218); }
div.DivClassName
{
background-color: #E8F1DA;
}
.BgClassName
{
background-color: #E8F1DA;
}
</style>
border-color css
<style>
span { border-color: #E8F1DA; }
span { border-color: rgb(232,241,218); }
td.TdClassName
{
border-color: #E8F1DA;
}
.TagClassName
{
border-color: #E8F1DA;
}
</style>