Shades of Saltpan #ECF1DE
Tints of Saltpan #ECF1DE
RGB
CMYK
RGB Variations
Color information
#ECF1DE (or 0xECF1DE) is known color: Saltpan. HEX triplet: EC, F1 and DE. RGB value is (236,241,222). Sum of RGB (Red+Green+Blue) = 236+241+222=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 222 (87.11% from 255 or 31.76% from 699); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1DE is #130E21. Grayscale: #EDEDED. Windows color (decimal): -1248802 or 14610924. OLE color: 14610924.
HSL color Cylindrical-coordinate representation of color #ECF1DE: hue angle of 75.79º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECF1DE is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 222 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.05 |
| HSL | 75.79º | 0.4% | 0.91% | - |
| HSV(B) | 75.79º | 0.08% | 0.95% | - |
| XYZ | 79.23 | 86.02 | 81.53 | - |
| YUV | 237.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 222 | 0.02 | 0 | 0.08 | 0.05 | 75.79 | 0.4 | 0.91 |
| Hex | EC | F1 | DE | 2 | 0 | 8 | 5 | 4C | 28 | 5B |
| Octal | 354 | 361 | 336 | 2 | 0 | 10 | 5 | 114 | 50 | 133 |
| Binary | 11101100 | 11110001 | 11011110 | 10 | 0 | 1000 | 101 | 1001100 | 101000 | 1011011 |
Color Harmonies of #ECF1DE
Complementary color
Monochromatic Colors of #ECF1DE
Black with #ECF1DE
Text Example
Text Example
White with #ECF1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1DE; }
p { color: rgb(236,241,222); }
H1.HeaderClassName
{
color: #ECF1DE;
}
.AnyTagClassName
{
color: #ECF1DE;
}
</style>
background-color css
<style>
a { background-color: #ECF1DE; }
a { background-color: rgb(236,241,222); }
div.DivClassName
{
background-color: #ECF1DE;
}
.BgClassName
{
background-color: #ECF1DE;
}
</style>
border-color css
<style>
span { border-color: #ECF1DE; }
span { border-color: rgb(236,241,222); }
td.TdClassName
{
border-color: #ECF1DE;
}
.TagClassName
{
border-color: #ECF1DE;
}
</style>