Shades of Saltpan #ECF3DE
Tints of Saltpan #ECF3DE
RGB
CMYK
RGB Variations
Color information
#ECF3DE (or 0xECF3DE) is known color: Saltpan. HEX triplet: EC, F3 and DE. RGB value is (236,243,222). Sum of RGB (Red+Green+Blue) = 236+243+222=701 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.67% from 701); Green value is 243 (95.31% from 255 or 34.66% from 701); Blue value is 222 (87.11% from 255 or 31.67% from 701); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF3DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF3DE is #130C21. Grayscale: #EEEEEE. Windows color (decimal): -1248290 or 14611436. OLE color: 14611436.
HSL color Cylindrical-coordinate representation of color #ECF3DE: hue angle of 80º degrees, saturation: 0.47, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECF3DE is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 222 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.05 |
| HSL | 80º | 0.47% | 0.91% | - |
| HSV(B) | 80º | 0.09% | 0.95% | - |
| XYZ | 79.83 | 87.21 | 81.73 | - |
| YUV | 238.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 222 | 0.03 | 0 | 0.09 | 0.05 | 80 | 0.47 | 0.91 |
| Hex | EC | F3 | DE | 3 | 0 | 9 | 5 | 50 | 2F | 5B |
| Octal | 354 | 363 | 336 | 3 | 0 | 11 | 5 | 120 | 57 | 133 |
| Binary | 11101100 | 11110011 | 11011110 | 11 | 0 | 1001 | 101 | 1010000 | 101111 | 1011011 |
Color Harmonies of #ECF3DE
Complementary color
Monochromatic Colors of #ECF3DE
Black with #ECF3DE
Text Example
Text Example
White with #ECF3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF3DE; }
p { color: rgb(236,243,222); }
H1.HeaderClassName
{
color: #ECF3DE;
}
.AnyTagClassName
{
color: #ECF3DE;
}
</style>
background-color css
<style>
a { background-color: #ECF3DE; }
a { background-color: rgb(236,243,222); }
div.DivClassName
{
background-color: #ECF3DE;
}
.BgClassName
{
background-color: #ECF3DE;
}
</style>
border-color css
<style>
span { border-color: #ECF3DE; }
span { border-color: rgb(236,243,222); }
td.TdClassName
{
border-color: #ECF3DE;
}
.TagClassName
{
border-color: #ECF3DE;
}
</style>