Shades of Saltpan #ECFBD7
Tints of Saltpan #ECFBD7
RGB
CMYK
RGB Variations
Color information
#ECFBD7 (or 0xECFBD7) is known color: Saltpan. HEX triplet: EC, FB and D7. RGB value is (236,251,215). Sum of RGB (Red+Green+Blue) = 236+251+215=702 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.62% from 702); Green value is 251 (98.44% from 255 or 35.75% from 702); Blue value is 215 (84.38% from 255 or 30.63% from 702); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFBD7 is #130428. Grayscale: #F2F2F2. Windows color (decimal): -1246249 or 14154732. OLE color: 14154732.
HSL color Cylindrical-coordinate representation of color #ECFBD7: hue angle of 85º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECFBD7 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 251 | 215 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.02 |
| HSL | 85º | 0.82% | 0.91% | - |
| HSV(B) | 85º | 0.14% | 0.98% | - |
| XYZ | 81.36 | 91.73 | 77.71 | - |
| YUV | 242.41 | 112.53 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 251 | 215 | 0.06 | 0 | 0.14 | 0.02 | 85 | 0.82 | 0.91 |
| Hex | EC | FB | D7 | 6 | 0 | E | 2 | 55 | 52 | 5B |
| Octal | 354 | 373 | 327 | 6 | 0 | 16 | 2 | 125 | 122 | 133 |
| Binary | 11101100 | 11111011 | 11010111 | 110 | 0 | 1110 | 10 | 1010101 | 1010010 | 1011011 |
Color Harmonies of #ECFBD7
Complementary color
Monochromatic Colors of #ECFBD7
Black with #ECFBD7
Text Example
Text Example
White with #ECFBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFBD7; }
p { color: rgb(236,251,215); }
H1.HeaderClassName
{
color: #ECFBD7;
}
.AnyTagClassName
{
color: #ECFBD7;
}
</style>
background-color css
<style>
a { background-color: #ECFBD7; }
a { background-color: rgb(236,251,215); }
div.DivClassName
{
background-color: #ECFBD7;
}
.BgClassName
{
background-color: #ECFBD7;
}
</style>
border-color css
<style>
span { border-color: #ECFBD7; }
span { border-color: rgb(236,251,215); }
td.TdClassName
{
border-color: #ECFBD7;
}
.TagClassName
{
border-color: #ECFBD7;
}
</style>