Shades of Saltpan #ECF8DF
Tints of Saltpan #ECF8DF
RGB
CMYK
RGB Variations
Color information
#ECF8DF (or 0xECF8DF) is known color: Saltpan. HEX triplet: EC, F8 and DF. RGB value is (236,248,223). Sum of RGB (Red+Green+Blue) = 236+248+223=707 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.38% from 707); Green value is 248 (97.27% from 255 or 35.08% from 707); Blue value is 223 (87.5% from 255 or 31.54% from 707); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF8DF is #130720. Grayscale: #F1F1F1. Windows color (decimal): -1247009 or 14678252. OLE color: 14678252.
HSL color Cylindrical-coordinate representation of color #ECF8DF: hue angle of 88.8º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECF8DF is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 223 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.03 |
| HSL | 88.8º | 0.64% | 0.92% | - |
| HSV(B) | 88.8º | 0.1% | 0.97% | - |
| XYZ | 81.48 | 90.3 | 82.95 | - |
| YUV | 241.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 223 | 0.05 | 0 | 0.10 | 0.03 | 88.8 | 0.64 | 0.92 |
| Hex | EC | F8 | DF | 5 | 0 | A | 3 | 59 | 40 | 5C |
| Octal | 354 | 370 | 337 | 5 | 0 | 12 | 3 | 131 | 100 | 134 |
| Binary | 11101100 | 11111000 | 11011111 | 101 | 0 | 1010 | 11 | 1011001 | 1000000 | 1011100 |
Color Harmonies of #ECF8DF
Complementary color
Monochromatic Colors of #ECF8DF
Black with #ECF8DF
Text Example
Text Example
White with #ECF8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF8DF; }
p { color: rgb(236,248,223); }
H1.HeaderClassName
{
color: #ECF8DF;
}
.AnyTagClassName
{
color: #ECF8DF;
}
</style>
background-color css
<style>
a { background-color: #ECF8DF; }
a { background-color: rgb(236,248,223); }
div.DivClassName
{
background-color: #ECF8DF;
}
.BgClassName
{
background-color: #ECF8DF;
}
</style>
border-color css
<style>
span { border-color: #ECF8DF; }
span { border-color: rgb(236,248,223); }
td.TdClassName
{
border-color: #ECF8DF;
}
.TagClassName
{
border-color: #ECF8DF;
}
</style>