Shades of Saltpan #ECF8DE
Tints of Saltpan #ECF8DE
RGB
CMYK
RGB Variations
Color information
#ECF8DE (or 0xECF8DE) is known color: Saltpan. HEX triplet: EC, F8 and DE. RGB value is (236,248,222). Sum of RGB (Red+Green+Blue) = 236+248+222=706 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.43% from 706); Green value is 248 (97.27% from 255 or 35.13% from 706); Blue value is 222 (87.11% from 255 or 31.44% from 706); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF8DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF8DE is #130721. Grayscale: #F1F1F1. Windows color (decimal): -1247010 or 14612716. OLE color: 14612716.
HSL color Cylindrical-coordinate representation of color #ECF8DE: hue angle of 87.69º degrees, saturation: 0.65, 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 #ECF8DE is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 222 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.03 |
| HSL | 87.69º | 0.65% | 0.92% | - |
| HSV(B) | 87.69º | 0.1% | 0.97% | - |
| XYZ | 81.34 | 90.24 | 82.24 | - |
| YUV | 241.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 222 | 0.05 | 0 | 0.10 | 0.03 | 87.69 | 0.65 | 0.92 |
| Hex | EC | F8 | DE | 5 | 0 | A | 3 | 58 | 41 | 5C |
| Octal | 354 | 370 | 336 | 5 | 0 | 12 | 3 | 130 | 101 | 134 |
| Binary | 11101100 | 11111000 | 11011110 | 101 | 0 | 1010 | 11 | 1011000 | 1000001 | 1011100 |
Color Harmonies of #ECF8DE
Complementary color
Monochromatic Colors of #ECF8DE
Black with #ECF8DE
Text Example
Text Example
White with #ECF8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF8DE; }
p { color: rgb(236,248,222); }
H1.HeaderClassName
{
color: #ECF8DE;
}
.AnyTagClassName
{
color: #ECF8DE;
}
</style>
background-color css
<style>
a { background-color: #ECF8DE; }
a { background-color: rgb(236,248,222); }
div.DivClassName
{
background-color: #ECF8DE;
}
.BgClassName
{
background-color: #ECF8DE;
}
</style>
border-color css
<style>
span { border-color: #ECF8DE; }
span { border-color: rgb(236,248,222); }
td.TdClassName
{
border-color: #ECF8DE;
}
.TagClassName
{
border-color: #ECF8DE;
}
</style>