Shades of Saltpan #ECF0E7
Tints of Saltpan #ECF0E7
RGB
CMYK
RGB Variations
Color information
#ECF0E7 (or 0xECF0E7) is known color: Saltpan. HEX triplet: EC, F0 and E7. RGB value is (236,240,231). Sum of RGB (Red+Green+Blue) = 236+240+231=707 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.38% from 707); Green value is 240 (94.14% from 255 or 33.95% from 707); Blue value is 231 (90.62% from 255 or 32.67% from 707); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF0E7 is #130F18. Grayscale: #EDEDED. Windows color (decimal): -1249049 or 15200492. OLE color: 15200492.
HSL color Cylindrical-coordinate representation of color #ECF0E7: hue angle of 86.67º degrees, saturation: 0.23, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECF0E7 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 240 | 231 | - |
CMYK | 0.02 | 0 | 0.04 | 0.06 |
HSL | 86.67º | 0.23% | 0.92% | - |
HSV(B) | 86.67º | 0.04% | 0.94% | - |
XYZ | 80.18 | 85.92 | 87.96 | - |
YUV | 237.78 | 124.17 | 126.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 240 | 231 | 0.02 | 0 | 0.04 | 0.06 | 86.67 | 0.23 | 0.92 |
Hex | EC | F0 | E7 | 2 | 0 | 4 | 6 | 57 | 17 | 5C |
Octal | 354 | 360 | 347 | 2 | 0 | 4 | 6 | 127 | 27 | 134 |
Binary | 11101100 | 11110000 | 11100111 | 10 | 0 | 100 | 110 | 1010111 | 10111 | 1011100 |
Color Harmonies of #ECF0E7
Complementary color
Monochromatic Colors of #ECF0E7
Black with #ECF0E7
Text Example
Text Example
White with #ECF0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0E7; }
p { color: rgb(236,240,231); }
H1.HeaderClassName
{
color: #ECF0E7;
}
.AnyTagClassName
{
color: #ECF0E7;
}
</style>
background-color css
<style>
a { background-color: #ECF0E7; }
a { background-color: rgb(236,240,231); }
div.DivClassName
{
background-color: #ECF0E7;
}
.BgClassName
{
background-color: #ECF0E7;
}
</style>
border-color css
<style>
span { border-color: #ECF0E7; }
span { border-color: rgb(236,240,231); }
td.TdClassName
{
border-color: #ECF0E7;
}
.TagClassName
{
border-color: #ECF0E7;
}
</style>