Shades of Saltpan #E8F2DA
Tints of Saltpan #E8F2DA
RGB
CMYK
RGB Variations
Color information
#E8F2DA (or 0xE8F2DA) is known color: Saltpan. HEX triplet: E8, F2 and DA. RGB value is (232,242,218). Sum of RGB (Red+Green+Blue) = 232+242+218=692 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.53% from 692); Green value is 242 (94.92% from 255 or 34.97% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F2DA is #170D25. Grayscale: #ECECEC. Windows color (decimal): -1510694 or 14349032. OLE color: 14349032.
HSL color Cylindrical-coordinate representation of color #E8F2DA: hue angle of 85º degrees, saturation: 0.48, 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 #E8F2DA is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 242 | 218 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.05 |
| HSL | 85º | 0.48% | 0.9% | - |
| HSV(B) | 85º | 0.1% | 0.95% | - |
| XYZ | 77.69 | 85.72 | 78.78 | - |
| YUV | 236.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 242 | 218 | 0.04 | 0 | 0.10 | 0.05 | 85 | 0.48 | 0.9 |
| Hex | E8 | F2 | DA | 4 | 0 | A | 5 | 55 | 30 | 5A |
| Octal | 350 | 362 | 332 | 4 | 0 | 12 | 5 | 125 | 60 | 132 |
| Binary | 11101000 | 11110010 | 11011010 | 100 | 0 | 1010 | 101 | 1010101 | 110000 | 1011010 |
Color Harmonies of #E8F2DA
Complementary color
Monochromatic Colors of #E8F2DA
Black with #E8F2DA
Text Example
Text Example
White with #E8F2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F2DA; }
p { color: rgb(232,242,218); }
H1.HeaderClassName
{
color: #E8F2DA;
}
.AnyTagClassName
{
color: #E8F2DA;
}
</style>
background-color css
<style>
a { background-color: #E8F2DA; }
a { background-color: rgb(232,242,218); }
div.DivClassName
{
background-color: #E8F2DA;
}
.BgClassName
{
background-color: #E8F2DA;
}
</style>
border-color css
<style>
span { border-color: #E8F2DA; }
span { border-color: rgb(232,242,218); }
td.TdClassName
{
border-color: #E8F2DA;
}
.TagClassName
{
border-color: #E8F2DA;
}
</style>