Shades of Saltpan #EBF2DB
Tints of Saltpan #EBF2DB
RGB
CMYK
RGB Variations
Color information
#EBF2DB (or 0xEBF2DB) is known color: Saltpan. HEX triplet: EB, F2 and DB. RGB value is (235,242,219). Sum of RGB (Red+Green+Blue) = 235+242+219=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 219 (85.94% from 255 or 31.47% from 696); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2DB is #140D24. Grayscale: #EDEDED. Windows color (decimal): -1314085 or 14414571. OLE color: 14414571.
HSL color Cylindrical-coordinate representation of color #EBF2DB: hue angle of 78.26º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBF2DB is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 242 | 219 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.05 |
| HSL | 78.26º | 0.47% | 0.9% | - |
| HSV(B) | 78.26º | 0.1% | 0.95% | - |
| XYZ | 78.8 | 86.28 | 79.52 | - |
| YUV | 237.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 242 | 219 | 0.03 | 0 | 0.10 | 0.05 | 78.26 | 0.47 | 0.9 |
| Hex | EB | F2 | DB | 3 | 0 | A | 5 | 4E | 2F | 5A |
| Octal | 353 | 362 | 333 | 3 | 0 | 12 | 5 | 116 | 57 | 132 |
| Binary | 11101011 | 11110010 | 11011011 | 11 | 0 | 1010 | 101 | 1001110 | 101111 | 1011010 |
Color Harmonies of #EBF2DB
Complementary color
Monochromatic Colors of #EBF2DB
Black with #EBF2DB
Text Example
Text Example
White with #EBF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF2DB; }
p { color: rgb(235,242,219); }
H1.HeaderClassName
{
color: #EBF2DB;
}
.AnyTagClassName
{
color: #EBF2DB;
}
</style>
background-color css
<style>
a { background-color: #EBF2DB; }
a { background-color: rgb(235,242,219); }
div.DivClassName
{
background-color: #EBF2DB;
}
.BgClassName
{
background-color: #EBF2DB;
}
</style>
border-color css
<style>
span { border-color: #EBF2DB; }
span { border-color: rgb(235,242,219); }
td.TdClassName
{
border-color: #EBF2DB;
}
.TagClassName
{
border-color: #EBF2DB;
}
</style>