Shades of Saltpan #ECF2DC
Tints of Saltpan #ECF2DC
RGB
CMYK
RGB Variations
Color information
#ECF2DC (or 0xECF2DC) is known color: Saltpan. HEX triplet: EC, F2 and DC. RGB value is (236,242,220). Sum of RGB (Red+Green+Blue) = 236+242+220=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 220 (86.33% from 255 or 31.52% from 698); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2DC is #130D23. Grayscale: #EDEDED. Windows color (decimal): -1248548 or 14480108. OLE color: 14480108.
HSL color Cylindrical-coordinate representation of color #ECF2DC: hue angle of 76.36º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECF2DC is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 220 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.05 |
| HSL | 76.36º | 0.46% | 0.91% | - |
| HSV(B) | 76.36º | 0.09% | 0.95% | - |
| XYZ | 79.26 | 86.5 | 80.23 | - |
| YUV | 237.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 220 | 0.02 | 0 | 0.09 | 0.05 | 76.36 | 0.46 | 0.91 |
| Hex | EC | F2 | DC | 2 | 0 | 9 | 5 | 4C | 2E | 5B |
| Octal | 354 | 362 | 334 | 2 | 0 | 11 | 5 | 114 | 56 | 133 |
| Binary | 11101100 | 11110010 | 11011100 | 10 | 0 | 1001 | 101 | 1001100 | 101110 | 1011011 |
Color Harmonies of #ECF2DC
Complementary color
Monochromatic Colors of #ECF2DC
Black with #ECF2DC
Text Example
Text Example
White with #ECF2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2DC; }
p { color: rgb(236,242,220); }
H1.HeaderClassName
{
color: #ECF2DC;
}
.AnyTagClassName
{
color: #ECF2DC;
}
</style>
background-color css
<style>
a { background-color: #ECF2DC; }
a { background-color: rgb(236,242,220); }
div.DivClassName
{
background-color: #ECF2DC;
}
.BgClassName
{
background-color: #ECF2DC;
}
</style>
border-color css
<style>
span { border-color: #ECF2DC; }
span { border-color: rgb(236,242,220); }
td.TdClassName
{
border-color: #ECF2DC;
}
.TagClassName
{
border-color: #ECF2DC;
}
</style>