Shades of Saltpan #E8F2DC
Tints of Saltpan #E8F2DC
RGB
CMYK
RGB Variations
Color information
#E8F2DC (or 0xE8F2DC) is known color: Saltpan. HEX triplet: E8, F2 and DC. RGB value is (232,242,220). Sum of RGB (Red+Green+Blue) = 232+242+220=694 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.43% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 220 (86.33% from 255 or 31.70% from 694); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F2DC is #170D23. Grayscale: #ECECEC. Windows color (decimal): -1510692 or 14480104. OLE color: 14480104.
HSL color Cylindrical-coordinate representation of color #E8F2DC: hue angle of 87.27º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8F2DC is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 242 | 220 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.05 |
| HSL | 87.27º | 0.46% | 0.91% | - |
| HSV(B) | 87.27º | 0.09% | 0.95% | - |
| XYZ | 77.95 | 85.83 | 80.17 | - |
| YUV | 236.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 242 | 220 | 0.04 | 0 | 0.09 | 0.05 | 87.27 | 0.46 | 0.91 |
| Hex | E8 | F2 | DC | 4 | 0 | 9 | 5 | 57 | 2E | 5B |
| Octal | 350 | 362 | 334 | 4 | 0 | 11 | 5 | 127 | 56 | 133 |
| Binary | 11101000 | 11110010 | 11011100 | 100 | 0 | 1001 | 101 | 1010111 | 101110 | 1011011 |
Color Harmonies of #E8F2DC
Complementary color
Monochromatic Colors of #E8F2DC
Black with #E8F2DC
Text Example
Text Example
White with #E8F2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F2DC; }
p { color: rgb(232,242,220); }
H1.HeaderClassName
{
color: #E8F2DC;
}
.AnyTagClassName
{
color: #E8F2DC;
}
</style>
background-color css
<style>
a { background-color: #E8F2DC; }
a { background-color: rgb(232,242,220); }
div.DivClassName
{
background-color: #E8F2DC;
}
.BgClassName
{
background-color: #E8F2DC;
}
</style>
border-color css
<style>
span { border-color: #E8F2DC; }
span { border-color: rgb(232,242,220); }
td.TdClassName
{
border-color: #E8F2DC;
}
.TagClassName
{
border-color: #E8F2DC;
}
</style>