Shades of Saltpan #ECF7DC
Tints of Saltpan #ECF7DC
RGB
CMYK
RGB Variations
Color information
#ECF7DC (or 0xECF7DC) is known color: Saltpan. HEX triplet: EC, F7 and DC. RGB value is (236,247,220). Sum of RGB (Red+Green+Blue) = 236+247+220=703 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.57% from 703); Green value is 247 (96.88% from 255 or 35.14% from 703); Blue value is 220 (86.33% from 255 or 31.29% from 703); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF7DC is #130823. Grayscale: #F0F0F0. Windows color (decimal): -1247268 or 14481388. OLE color: 14481388.
HSL color Cylindrical-coordinate representation of color #ECF7DC: hue angle of 84.44º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECF7DC is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 247 | 220 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.03 |
| HSL | 84.44º | 0.63% | 0.92% | - |
| HSV(B) | 84.44º | 0.11% | 0.97% | - |
| XYZ | 80.77 | 89.52 | 80.73 | - |
| YUV | 240.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 247 | 220 | 0.04 | 0 | 0.11 | 0.03 | 84.44 | 0.63 | 0.92 |
| Hex | EC | F7 | DC | 4 | 0 | B | 3 | 54 | 3F | 5C |
| Octal | 354 | 367 | 334 | 4 | 0 | 13 | 3 | 124 | 77 | 134 |
| Binary | 11101100 | 11110111 | 11011100 | 100 | 0 | 1011 | 11 | 1010100 | 111111 | 1011100 |
Color Harmonies of #ECF7DC
Complementary color
Monochromatic Colors of #ECF7DC
Black with #ECF7DC
Text Example
Text Example
White with #ECF7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF7DC; }
p { color: rgb(236,247,220); }
H1.HeaderClassName
{
color: #ECF7DC;
}
.AnyTagClassName
{
color: #ECF7DC;
}
</style>
background-color css
<style>
a { background-color: #ECF7DC; }
a { background-color: rgb(236,247,220); }
div.DivClassName
{
background-color: #ECF7DC;
}
.BgClassName
{
background-color: #ECF7DC;
}
</style>
border-color css
<style>
span { border-color: #ECF7DC; }
span { border-color: rgb(236,247,220); }
td.TdClassName
{
border-color: #ECF7DC;
}
.TagClassName
{
border-color: #ECF7DC;
}
</style>