Shades of Saltpan #ECF1DF
Tints of Saltpan #ECF1DF
RGB
CMYK
RGB Variations
Color information
#ECF1DF (or 0xECF1DF) is known color: Saltpan. HEX triplet: EC, F1 and DF. RGB value is (236,241,223). Sum of RGB (Red+Green+Blue) = 236+241+223=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 241 (94.53% from 255 or 34.43% from 700); Blue value is 223 (87.5% from 255 or 31.86% from 700); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1DF is #130E20. Grayscale: #EDEDED. Windows color (decimal): -1248801 or 14676460. OLE color: 14676460.
HSL color Cylindrical-coordinate representation of color #ECF1DF: hue angle of 76.67º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECF1DF is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 223 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.05 |
| HSL | 76.67º | 0.39% | 0.91% | - |
| HSV(B) | 76.67º | 0.07% | 0.95% | - |
| XYZ | 79.37 | 86.07 | 82.24 | - |
| YUV | 237.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 223 | 0.02 | 0 | 0.07 | 0.05 | 76.67 | 0.39 | 0.91 |
| Hex | EC | F1 | DF | 2 | 0 | 7 | 5 | 4D | 27 | 5B |
| Octal | 354 | 361 | 337 | 2 | 0 | 7 | 5 | 115 | 47 | 133 |
| Binary | 11101100 | 11110001 | 11011111 | 10 | 0 | 111 | 101 | 1001101 | 100111 | 1011011 |
Color Harmonies of #ECF1DF
Complementary color
Monochromatic Colors of #ECF1DF
Black with #ECF1DF
Text Example
Text Example
White with #ECF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1DF; }
p { color: rgb(236,241,223); }
H1.HeaderClassName
{
color: #ECF1DF;
}
.AnyTagClassName
{
color: #ECF1DF;
}
</style>
background-color css
<style>
a { background-color: #ECF1DF; }
a { background-color: rgb(236,241,223); }
div.DivClassName
{
background-color: #ECF1DF;
}
.BgClassName
{
background-color: #ECF1DF;
}
</style>
border-color css
<style>
span { border-color: #ECF1DF; }
span { border-color: rgb(236,241,223); }
td.TdClassName
{
border-color: #ECF1DF;
}
.TagClassName
{
border-color: #ECF1DF;
}
</style>