Shades of Saltpan #EAF7D8
Tints of Saltpan #EAF7D8
RGB
CMYK
RGB Variations
Color information
#EAF7D8 (or 0xEAF7D8) is known color: Saltpan. HEX triplet: EA, F7 and D8. RGB value is (234,247,216). Sum of RGB (Red+Green+Blue) = 234+247+216=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 247 (96.88% from 255 or 35.44% from 697); Blue value is 216 (84.77% from 255 or 30.99% from 697); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF7D8 is #150827. Grayscale: #EFEFEF. Windows color (decimal): -1378344 or 14219242. OLE color: 14219242.
HSL color Cylindrical-coordinate representation of color #EAF7D8: hue angle of 85.16º degrees, saturation: 0.66, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EAF7D8 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 247 | 216 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.03 |
| HSL | 85.16º | 0.66% | 0.91% | - |
| HSV(B) | 85.16º | 0.13% | 0.97% | - |
| XYZ | 79.59 | 88.97 | 77.94 | - |
| YUV | 239.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 247 | 216 | 0.05 | 0 | 0.13 | 0.03 | 85.16 | 0.66 | 0.91 |
| Hex | EA | F7 | D8 | 5 | 0 | D | 3 | 55 | 42 | 5B |
| Octal | 352 | 367 | 330 | 5 | 0 | 15 | 3 | 125 | 102 | 133 |
| Binary | 11101010 | 11110111 | 11011000 | 101 | 0 | 1101 | 11 | 1010101 | 1000010 | 1011011 |
Color Harmonies of #EAF7D8
Complementary color
Monochromatic Colors of #EAF7D8
Black with #EAF7D8
Text Example
Text Example
White with #EAF7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF7D8; }
p { color: rgb(234,247,216); }
H1.HeaderClassName
{
color: #EAF7D8;
}
.AnyTagClassName
{
color: #EAF7D8;
}
</style>
background-color css
<style>
a { background-color: #EAF7D8; }
a { background-color: rgb(234,247,216); }
div.DivClassName
{
background-color: #EAF7D8;
}
.BgClassName
{
background-color: #EAF7D8;
}
</style>
border-color css
<style>
span { border-color: #EAF7D8; }
span { border-color: rgb(234,247,216); }
td.TdClassName
{
border-color: #EAF7D8;
}
.TagClassName
{
border-color: #EAF7D8;
}
</style>