Shades of Saltpan #EBF6D8
Tints of Saltpan #EBF6D8
RGB
CMYK
RGB Variations
Color information
#EBF6D8 (or 0xEBF6D8) is known color: Saltpan. HEX triplet: EB, F6 and D8. RGB value is (235,246,216). Sum of RGB (Red+Green+Blue) = 235+246+216=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 246 (96.48% from 255 or 35.29% from 697); Blue value is 216 (84.77% from 255 or 30.99% from 697); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF6D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF6D8 is #140927. Grayscale: #EFEFEF. Windows color (decimal): -1313064 or 14218987. OLE color: 14218987.
HSL color Cylindrical-coordinate representation of color #EBF6D8: hue angle of 82º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBF6D8 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 246 | 216 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.04 |
| HSL | 82º | 0.63% | 0.91% | - |
| HSV(B) | 82º | 0.12% | 0.96% | - |
| XYZ | 79.61 | 88.53 | 77.86 | - |
| YUV | 239.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 246 | 216 | 0.04 | 0 | 0.12 | 0.04 | 82 | 0.63 | 0.91 |
| Hex | EB | F6 | D8 | 4 | 0 | C | 4 | 52 | 3E | 5B |
| Octal | 353 | 366 | 330 | 4 | 0 | 14 | 4 | 122 | 76 | 133 |
| Binary | 11101011 | 11110110 | 11011000 | 100 | 0 | 1100 | 100 | 1010010 | 111110 | 1011011 |
Color Harmonies of #EBF6D8
Complementary color
Monochromatic Colors of #EBF6D8
Black with #EBF6D8
Text Example
Text Example
White with #EBF6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF6D8; }
p { color: rgb(235,246,216); }
H1.HeaderClassName
{
color: #EBF6D8;
}
.AnyTagClassName
{
color: #EBF6D8;
}
</style>
background-color css
<style>
a { background-color: #EBF6D8; }
a { background-color: rgb(235,246,216); }
div.DivClassName
{
background-color: #EBF6D8;
}
.BgClassName
{
background-color: #EBF6D8;
}
</style>
border-color css
<style>
span { border-color: #EBF6D8; }
span { border-color: rgb(235,246,216); }
td.TdClassName
{
border-color: #EBF6D8;
}
.TagClassName
{
border-color: #EBF6D8;
}
</style>