Shades of Saltpan #E8EEDA
Tints of Saltpan #E8EEDA
RGB
CMYK
RGB Variations
Color information
#E8EEDA (or 0xE8EEDA) is known color: Saltpan. HEX triplet: E8, EE and DA. RGB value is (232,238,218). Sum of RGB (Red+Green+Blue) = 232+238+218=688 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.72% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 238 - color contains mainly: green. Hex color #E8EEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EEDA is #171125. Grayscale: #E9E9E9. Windows color (decimal): -1511718 or 14348008. OLE color: 14348008.
HSL color Cylindrical-coordinate representation of color #E8EEDA: hue angle of 78º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8EEDA is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 238 | 218 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.07 |
| HSL | 78º | 0.37% | 0.89% | - |
| HSV(B) | 78º | 0.08% | 0.93% | - |
| XYZ | 76.51 | 83.37 | 78.39 | - |
| YUV | 233.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 238 | 218 | 0.03 | 0 | 0.08 | 0.07 | 78 | 0.37 | 0.89 |
| Hex | E8 | EE | DA | 3 | 0 | 8 | 7 | 4E | 25 | 59 |
| Octal | 350 | 356 | 332 | 3 | 0 | 10 | 7 | 116 | 45 | 131 |
| Binary | 11101000 | 11101110 | 11011010 | 11 | 0 | 1000 | 111 | 1001110 | 100101 | 1011001 |
Color Harmonies of #E8EEDA
Complementary color
Monochromatic Colors of #E8EEDA
Black with #E8EEDA
Text Example
Text Example
White with #E8EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EEDA; }
p { color: rgb(232,238,218); }
H1.HeaderClassName
{
color: #E8EEDA;
}
.AnyTagClassName
{
color: #E8EEDA;
}
</style>
background-color css
<style>
a { background-color: #E8EEDA; }
a { background-color: rgb(232,238,218); }
div.DivClassName
{
background-color: #E8EEDA;
}
.BgClassName
{
background-color: #E8EEDA;
}
</style>
border-color css
<style>
span { border-color: #E8EEDA; }
span { border-color: rgb(232,238,218); }
td.TdClassName
{
border-color: #E8EEDA;
}
.TagClassName
{
border-color: #E8EEDA;
}
</style>