Shades of Saltpan #ECF8DB
Tints of Saltpan #ECF8DB
RGB
CMYK
RGB Variations
Color information
#ECF8DB (or 0xECF8DB) is known color: Saltpan. HEX triplet: EC, F8 and DB. RGB value is (236,248,219). Sum of RGB (Red+Green+Blue) = 236+248+219=703 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.57% from 703); Green value is 248 (97.27% from 255 or 35.28% from 703); Blue value is 219 (85.94% from 255 or 31.15% from 703); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF8DB is #130724. Grayscale: #F1F1F1. Windows color (decimal): -1247013 or 14416108. OLE color: 14416108.
HSL color Cylindrical-coordinate representation of color #ECF8DB: hue angle of 84.83º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECF8DB is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 219 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.03 |
| HSL | 84.83º | 0.67% | 0.92% | - |
| HSV(B) | 84.83º | 0.12% | 0.97% | - |
| XYZ | 80.95 | 90.08 | 80.14 | - |
| YUV | 241.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 219 | 0.05 | 0 | 0.12 | 0.03 | 84.83 | 0.67 | 0.92 |
| Hex | EC | F8 | DB | 5 | 0 | C | 3 | 55 | 43 | 5C |
| Octal | 354 | 370 | 333 | 5 | 0 | 14 | 3 | 125 | 103 | 134 |
| Binary | 11101100 | 11111000 | 11011011 | 101 | 0 | 1100 | 11 | 1010101 | 1000011 | 1011100 |
Color Harmonies of #ECF8DB
Complementary color
Monochromatic Colors of #ECF8DB
Black with #ECF8DB
Text Example
Text Example
White with #ECF8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF8DB; }
p { color: rgb(236,248,219); }
H1.HeaderClassName
{
color: #ECF8DB;
}
.AnyTagClassName
{
color: #ECF8DB;
}
</style>
background-color css
<style>
a { background-color: #ECF8DB; }
a { background-color: rgb(236,248,219); }
div.DivClassName
{
background-color: #ECF8DB;
}
.BgClassName
{
background-color: #ECF8DB;
}
</style>
border-color css
<style>
span { border-color: #ECF8DB; }
span { border-color: rgb(236,248,219); }
td.TdClassName
{
border-color: #ECF8DB;
}
.TagClassName
{
border-color: #ECF8DB;
}
</style>