Shades of Saltpan #E8F2DB
Tints of Saltpan #E8F2DB
RGB
CMYK
RGB Variations
Color information
#E8F2DB (or 0xE8F2DB) is known color: Saltpan. HEX triplet: E8, F2 and DB. RGB value is (232,242,219). Sum of RGB (Red+Green+Blue) = 232+242+219=693 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.48% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 219 (85.94% from 255 or 31.60% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F2DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F2DB is #170D24. Grayscale: #ECECEC. Windows color (decimal): -1510693 or 14414568. OLE color: 14414568.
HSL color Cylindrical-coordinate representation of color #E8F2DB: hue angle of 86.09º 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 #E8F2DB is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 232 | 242 | 219 | - |
CMYK | 0.04 | 0 | 0.10 | 0.05 |
HSL | 86.09º | 0.47% | 0.9% | - |
HSV(B) | 86.09º | 0.1% | 0.95% | - |
XYZ | 77.82 | 85.77 | 79.47 | - |
YUV | 236.39 | 118.19 | 124.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 242 | 219 | 0.04 | 0 | 0.10 | 0.05 | 86.09 | 0.47 | 0.9 |
Hex | E8 | F2 | DB | 4 | 0 | A | 5 | 56 | 2F | 5A |
Octal | 350 | 362 | 333 | 4 | 0 | 12 | 5 | 126 | 57 | 132 |
Binary | 11101000 | 11110010 | 11011011 | 100 | 0 | 1010 | 101 | 1010110 | 101111 | 1011010 |
Color Harmonies of #E8F2DB
Complementary color
Monochromatic Colors of #E8F2DB
Black with #E8F2DB
Text Example
Text Example
White with #E8F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F2DB; }
p { color: rgb(232,242,219); }
H1.HeaderClassName
{
color: #E8F2DB;
}
.AnyTagClassName
{
color: #E8F2DB;
}
</style>
background-color css
<style>
a { background-color: #E8F2DB; }
a { background-color: rgb(232,242,219); }
div.DivClassName
{
background-color: #E8F2DB;
}
.BgClassName
{
background-color: #E8F2DB;
}
</style>
border-color css
<style>
span { border-color: #E8F2DB; }
span { border-color: rgb(232,242,219); }
td.TdClassName
{
border-color: #E8F2DB;
}
.TagClassName
{
border-color: #E8F2DB;
}
</style>