Shades of Saltpan #EBF5DB
Tints of Saltpan #EBF5DB
RGB
CMYK
RGB Variations
Color information
#EBF5DB (or 0xEBF5DB) is known color: Saltpan. HEX triplet: EB, F5 and DB. RGB value is (235,245,219). Sum of RGB (Red+Green+Blue) = 235+245+219=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 245 (96.09% from 255 or 35.05% from 699); Blue value is 219 (85.94% from 255 or 31.33% from 699); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF5DB is #140A24. Grayscale: #EFEFEF. Windows color (decimal): -1313317 or 14415339. OLE color: 14415339.
HSL color Cylindrical-coordinate representation of color #EBF5DB: hue angle of 83.08º degrees, saturation: 0.57, 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 #EBF5DB is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 235 | 245 | 219 | - |
CMYK | 0.04 | 0 | 0.11 | 0.04 |
HSL | 83.08º | 0.57% | 0.91% | - |
HSV(B) | 83.08º | 0.11% | 0.96% | - |
XYZ | 79.7 | 88.08 | 79.82 | - |
YUV | 239.05 | 116.69 | 125.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 245 | 219 | 0.04 | 0 | 0.11 | 0.04 | 83.08 | 0.57 | 0.91 |
Hex | EB | F5 | DB | 4 | 0 | B | 4 | 53 | 39 | 5B |
Octal | 353 | 365 | 333 | 4 | 0 | 13 | 4 | 123 | 71 | 133 |
Binary | 11101011 | 11110101 | 11011011 | 100 | 0 | 1011 | 100 | 1010011 | 111001 | 1011011 |
Color Harmonies of #EBF5DB
Complementary color
Monochromatic Colors of #EBF5DB
Black with #EBF5DB
Text Example
Text Example
White with #EBF5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF5DB; }
p { color: rgb(235,245,219); }
H1.HeaderClassName
{
color: #EBF5DB;
}
.AnyTagClassName
{
color: #EBF5DB;
}
</style>
background-color css
<style>
a { background-color: #EBF5DB; }
a { background-color: rgb(235,245,219); }
div.DivClassName
{
background-color: #EBF5DB;
}
.BgClassName
{
background-color: #EBF5DB;
}
</style>
border-color css
<style>
span { border-color: #EBF5DB; }
span { border-color: rgb(235,245,219); }
td.TdClassName
{
border-color: #EBF5DB;
}
.TagClassName
{
border-color: #EBF5DB;
}
</style>