Shades of Saltpan #EBF4DB
Tints of Saltpan #EBF4DB
RGB
CMYK
RGB Variations
Color information
#EBF4DB (or 0xEBF4DB) is known color: Saltpan. HEX triplet: EB, F4 and DB. RGB value is (235,244,219). Sum of RGB (Red+Green+Blue) = 235+244+219=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 244 (95.70% from 255 or 34.96% from 698); Blue value is 219 (85.94% from 255 or 31.38% from 698); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF4DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF4DB is #140B24. Grayscale: #EEEEEE. Windows color (decimal): -1313573 or 14415083. OLE color: 14415083.
HSL color Cylindrical-coordinate representation of color #EBF4DB: hue angle of 81.6º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBF4DB is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 244 | 219 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.04 |
| HSL | 81.6º | 0.53% | 0.91% | - |
| HSV(B) | 81.6º | 0.1% | 0.96% | - |
| XYZ | 79.4 | 87.48 | 79.72 | - |
| YUV | 238.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 244 | 219 | 0.04 | 0 | 0.10 | 0.04 | 81.6 | 0.53 | 0.91 |
| Hex | EB | F4 | DB | 4 | 0 | A | 4 | 52 | 35 | 5B |
| Octal | 353 | 364 | 333 | 4 | 0 | 12 | 4 | 122 | 65 | 133 |
| Binary | 11101011 | 11110100 | 11011011 | 100 | 0 | 1010 | 100 | 1010010 | 110101 | 1011011 |
Color Harmonies of #EBF4DB
Complementary color
Monochromatic Colors of #EBF4DB
Black with #EBF4DB
Text Example
Text Example
White with #EBF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF4DB; }
p { color: rgb(235,244,219); }
H1.HeaderClassName
{
color: #EBF4DB;
}
.AnyTagClassName
{
color: #EBF4DB;
}
</style>
background-color css
<style>
a { background-color: #EBF4DB; }
a { background-color: rgb(235,244,219); }
div.DivClassName
{
background-color: #EBF4DB;
}
.BgClassName
{
background-color: #EBF4DB;
}
</style>
border-color css
<style>
span { border-color: #EBF4DB; }
span { border-color: rgb(235,244,219); }
td.TdClassName
{
border-color: #EBF4DB;
}
.TagClassName
{
border-color: #EBF4DB;
}
</style>