Shades of Saltpan #ECF4DF
Tints of Saltpan #ECF4DF
RGB
CMYK
RGB Variations
Color information
#ECF4DF (or 0xECF4DF) is known color: Saltpan. HEX triplet: EC, F4 and DF. RGB value is (236,244,223). Sum of RGB (Red+Green+Blue) = 236+244+223=703 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.57% from 703); Green value is 244 (95.70% from 255 or 34.71% from 703); Blue value is 223 (87.5% from 255 or 31.72% from 703); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF4DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF4DF is #130B20. Grayscale: #EFEFEF. Windows color (decimal): -1248033 or 14677228. OLE color: 14677228.
HSL color Cylindrical-coordinate representation of color #ECF4DF: hue angle of 82.86º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECF4DF is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 223 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.04 |
| HSL | 82.86º | 0.49% | 0.92% | - |
| HSV(B) | 82.86º | 0.09% | 0.96% | - |
| XYZ | 80.26 | 87.86 | 82.54 | - |
| YUV | 239.21 | 118.85 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 223 | 0.03 | 0 | 0.09 | 0.04 | 82.86 | 0.49 | 0.92 |
| Hex | EC | F4 | DF | 3 | 0 | 9 | 4 | 53 | 31 | 5C |
| Octal | 354 | 364 | 337 | 3 | 0 | 11 | 4 | 123 | 61 | 134 |
| Binary | 11101100 | 11110100 | 11011111 | 11 | 0 | 1001 | 100 | 1010011 | 110001 | 1011100 |
Color Harmonies of #ECF4DF
Complementary color
Monochromatic Colors of #ECF4DF
Black with #ECF4DF
Text Example
Text Example
White with #ECF4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF4DF; }
p { color: rgb(236,244,223); }
H1.HeaderClassName
{
color: #ECF4DF;
}
.AnyTagClassName
{
color: #ECF4DF;
}
</style>
background-color css
<style>
a { background-color: #ECF4DF; }
a { background-color: rgb(236,244,223); }
div.DivClassName
{
background-color: #ECF4DF;
}
.BgClassName
{
background-color: #ECF4DF;
}
</style>
border-color css
<style>
span { border-color: #ECF4DF; }
span { border-color: rgb(236,244,223); }
td.TdClassName
{
border-color: #ECF4DF;
}
.TagClassName
{
border-color: #ECF4DF;
}
</style>