Shades of Saltpan #ECF2DB
Tints of Saltpan #ECF2DB
RGB
CMYK
RGB Variations
Color information
#ECF2DB (or 0xECF2DB) is known color: Saltpan. HEX triplet: EC, F2 and DB. RGB value is (236,242,219). Sum of RGB (Red+Green+Blue) = 236+242+219=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 219 (85.94% from 255 or 31.42% from 697); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2DB is #130D24. Grayscale: #EDEDED. Windows color (decimal): -1248549 or 14414572. OLE color: 14414572.
HSL color Cylindrical-coordinate representation of color #ECF2DB: hue angle of 75.65º 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 #ECF2DB is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 219 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.05 |
| HSL | 75.65º | 0.47% | 0.9% | - |
| HSV(B) | 75.65º | 0.1% | 0.95% | - |
| XYZ | 79.13 | 86.45 | 79.53 | - |
| YUV | 237.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 219 | 0.02 | 0 | 0.10 | 0.05 | 75.65 | 0.47 | 0.9 |
| Hex | EC | F2 | DB | 2 | 0 | A | 5 | 4C | 2F | 5A |
| Octal | 354 | 362 | 333 | 2 | 0 | 12 | 5 | 114 | 57 | 132 |
| Binary | 11101100 | 11110010 | 11011011 | 10 | 0 | 1010 | 101 | 1001100 | 101111 | 1011010 |
Color Harmonies of #ECF2DB
Complementary color
Monochromatic Colors of #ECF2DB
Black with #ECF2DB
Text Example
Text Example
White with #ECF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2DB; }
p { color: rgb(236,242,219); }
H1.HeaderClassName
{
color: #ECF2DB;
}
.AnyTagClassName
{
color: #ECF2DB;
}
</style>
background-color css
<style>
a { background-color: #ECF2DB; }
a { background-color: rgb(236,242,219); }
div.DivClassName
{
background-color: #ECF2DB;
}
.BgClassName
{
background-color: #ECF2DB;
}
</style>
border-color css
<style>
span { border-color: #ECF2DB; }
span { border-color: rgb(236,242,219); }
td.TdClassName
{
border-color: #ECF2DB;
}
.TagClassName
{
border-color: #ECF2DB;
}
</style>