Shades of Saltpan #ECF2DE
Tints of Saltpan #ECF2DE
RGB
CMYK
RGB Variations
Color information
#ECF2DE (or 0xECF2DE) is known color: Saltpan. HEX triplet: EC, F2 and DE. RGB value is (236,242,222). Sum of RGB (Red+Green+Blue) = 236+242+222=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 222 (87.11% from 255 or 31.71% from 700); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2DE is #130D21. Grayscale: #EEEEEE. Windows color (decimal): -1248546 or 14611180. OLE color: 14611180.
HSL color Cylindrical-coordinate representation of color #ECF2DE: hue angle of 78º degrees, saturation: 0.43, 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 #ECF2DE is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 222 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.05 |
| HSL | 78º | 0.43% | 0.91% | - |
| HSV(B) | 78º | 0.08% | 0.95% | - |
| XYZ | 79.53 | 86.61 | 81.63 | - |
| YUV | 237.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 222 | 0.02 | 0 | 0.08 | 0.05 | 78 | 0.43 | 0.91 |
| Hex | EC | F2 | DE | 2 | 0 | 8 | 5 | 4E | 2B | 5B |
| Octal | 354 | 362 | 336 | 2 | 0 | 10 | 5 | 116 | 53 | 133 |
| Binary | 11101100 | 11110010 | 11011110 | 10 | 0 | 1000 | 101 | 1001110 | 101011 | 1011011 |
Color Harmonies of #ECF2DE
Complementary color
Monochromatic Colors of #ECF2DE
Black with #ECF2DE
Text Example
Text Example
White with #ECF2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2DE; }
p { color: rgb(236,242,222); }
H1.HeaderClassName
{
color: #ECF2DE;
}
.AnyTagClassName
{
color: #ECF2DE;
}
</style>
background-color css
<style>
a { background-color: #ECF2DE; }
a { background-color: rgb(236,242,222); }
div.DivClassName
{
background-color: #ECF2DE;
}
.BgClassName
{
background-color: #ECF2DE;
}
</style>
border-color css
<style>
span { border-color: #ECF2DE; }
span { border-color: rgb(236,242,222); }
td.TdClassName
{
border-color: #ECF2DE;
}
.TagClassName
{
border-color: #ECF2DE;
}
</style>