Shades of Saltpan #E8F0DB
Tints of Saltpan #E8F0DB
RGB
CMYK
RGB Variations
Color information
#E8F0DB (or 0xE8F0DB) is known color: Saltpan. HEX triplet: E8, F0 and DB. RGB value is (232,240,219). Sum of RGB (Red+Green+Blue) = 232+240+219=691 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.57% from 691); Green value is 240 (94.14% from 255 or 34.73% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 240 - color contains mainly: green. Hex color #E8F0DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F0DB is #170F24. Grayscale: #EBEBEB. Windows color (decimal): -1511205 or 14414056. OLE color: 14414056.
HSL color Cylindrical-coordinate representation of color #E8F0DB: hue angle of 82.86º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8F0DB is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 232 | 240 | 219 | - |
CMYK | 0.03 | 0 | 0.09 | 0.06 |
HSL | 82.86º | 0.41% | 0.9% | - |
HSV(B) | 82.86º | 0.09% | 0.94% | - |
XYZ | 77.22 | 84.59 | 79.28 | - |
YUV | 235.21 | 118.85 | 125.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 240 | 219 | 0.03 | 0 | 0.09 | 0.06 | 82.86 | 0.41 | 0.9 |
Hex | E8 | F0 | DB | 3 | 0 | 9 | 6 | 53 | 29 | 5A |
Octal | 350 | 360 | 333 | 3 | 0 | 11 | 6 | 123 | 51 | 132 |
Binary | 11101000 | 11110000 | 11011011 | 11 | 0 | 1001 | 110 | 1010011 | 101001 | 1011010 |
Color Harmonies of #E8F0DB
Complementary color
Monochromatic Colors of #E8F0DB
Black with #E8F0DB
Text Example
Text Example
White with #E8F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F0DB; }
p { color: rgb(232,240,219); }
H1.HeaderClassName
{
color: #E8F0DB;
}
.AnyTagClassName
{
color: #E8F0DB;
}
</style>
background-color css
<style>
a { background-color: #E8F0DB; }
a { background-color: rgb(232,240,219); }
div.DivClassName
{
background-color: #E8F0DB;
}
.BgClassName
{
background-color: #E8F0DB;
}
</style>
border-color css
<style>
span { border-color: #E8F0DB; }
span { border-color: rgb(232,240,219); }
td.TdClassName
{
border-color: #E8F0DB;
}
.TagClassName
{
border-color: #E8F0DB;
}
</style>