Shades of Saltpan #EBF1DB
Tints of Saltpan #EBF1DB
RGB
CMYK
RGB Variations
Color information
#EBF1DB (or 0xEBF1DB) is known color: Saltpan. HEX triplet: EB, F1 and DB. RGB value is (235,241,219). Sum of RGB (Red+Green+Blue) = 235+241+219=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 219 (85.94% from 255 or 31.51% from 695); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1DB is #140E24. Grayscale: #ECECEC. Windows color (decimal): -1314341 or 14414315. OLE color: 14414315.
HSL color Cylindrical-coordinate representation of color #EBF1DB: hue angle of 76.36º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBF1DB is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 235 | 241 | 219 | - |
CMYK | 0.02 | 0 | 0.09 | 0.05 |
HSL | 76.36º | 0.44% | 0.9% | - |
HSV(B) | 76.36º | 0.09% | 0.95% | - |
XYZ | 78.5 | 85.69 | 79.42 | - |
YUV | 236.7 | 118.01 | 126.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 241 | 219 | 0.02 | 0 | 0.09 | 0.05 | 76.36 | 0.44 | 0.9 |
Hex | EB | F1 | DB | 2 | 0 | 9 | 5 | 4C | 2C | 5A |
Octal | 353 | 361 | 333 | 2 | 0 | 11 | 5 | 114 | 54 | 132 |
Binary | 11101011 | 11110001 | 11011011 | 10 | 0 | 1001 | 101 | 1001100 | 101100 | 1011010 |
Color Harmonies of #EBF1DB
Complementary color
Monochromatic Colors of #EBF1DB
Black with #EBF1DB
Text Example
Text Example
White with #EBF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF1DB; }
p { color: rgb(235,241,219); }
H1.HeaderClassName
{
color: #EBF1DB;
}
.AnyTagClassName
{
color: #EBF1DB;
}
</style>
background-color css
<style>
a { background-color: #EBF1DB; }
a { background-color: rgb(235,241,219); }
div.DivClassName
{
background-color: #EBF1DB;
}
.BgClassName
{
background-color: #EBF1DB;
}
</style>
border-color css
<style>
span { border-color: #EBF1DB; }
span { border-color: rgb(235,241,219); }
td.TdClassName
{
border-color: #EBF1DB;
}
.TagClassName
{
border-color: #EBF1DB;
}
</style>