Shades of Saltpan #EBF6DB
Tints of Saltpan #EBF6DB
RGB
CMYK
RGB Variations
Color information
#EBF6DB (or 0xEBF6DB) is known color: Saltpan. HEX triplet: EB, F6 and DB. RGB value is (235,246,219). Sum of RGB (Red+Green+Blue) = 235+246+219=700 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.57% from 700); Green value is 246 (96.48% from 255 or 35.14% from 700); Blue value is 219 (85.94% from 255 or 31.29% from 700); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF6DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF6DB is #140924. Grayscale: #EFEFEF. Windows color (decimal): -1313061 or 14415595. OLE color: 14415595.
HSL color Cylindrical-coordinate representation of color #EBF6DB: hue angle of 84.44º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBF6DB is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 246 | 219 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.04 |
| HSL | 84.44º | 0.6% | 0.91% | - |
| HSV(B) | 84.44º | 0.11% | 0.96% | - |
| XYZ | 80 | 88.69 | 79.92 | - |
| YUV | 239.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 246 | 219 | 0.04 | 0 | 0.11 | 0.04 | 84.44 | 0.6 | 0.91 |
| Hex | EB | F6 | DB | 4 | 0 | B | 4 | 54 | 3C | 5B |
| Octal | 353 | 366 | 333 | 4 | 0 | 13 | 4 | 124 | 74 | 133 |
| Binary | 11101011 | 11110110 | 11011011 | 100 | 0 | 1011 | 100 | 1010100 | 111100 | 1011011 |
Color Harmonies of #EBF6DB
Complementary color
Monochromatic Colors of #EBF6DB
Black with #EBF6DB
Text Example
Text Example
White with #EBF6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF6DB; }
p { color: rgb(235,246,219); }
H1.HeaderClassName
{
color: #EBF6DB;
}
.AnyTagClassName
{
color: #EBF6DB;
}
</style>
background-color css
<style>
a { background-color: #EBF6DB; }
a { background-color: rgb(235,246,219); }
div.DivClassName
{
background-color: #EBF6DB;
}
.BgClassName
{
background-color: #EBF6DB;
}
</style>
border-color css
<style>
span { border-color: #EBF6DB; }
span { border-color: rgb(235,246,219); }
td.TdClassName
{
border-color: #EBF6DB;
}
.TagClassName
{
border-color: #EBF6DB;
}
</style>