Shades of Saltpan #ECF7DF
Tints of Saltpan #ECF7DF
RGB
CMYK
RGB Variations
Color information
#ECF7DF (or 0xECF7DF) is known color: Saltpan. HEX triplet: EC, F7 and DF. RGB value is (236,247,223). Sum of RGB (Red+Green+Blue) = 236+247+223=706 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.43% from 706); Green value is 247 (96.88% from 255 or 34.99% from 706); Blue value is 223 (87.5% from 255 or 31.59% from 706); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF7DF is #130820. Grayscale: #F1F1F1. Windows color (decimal): -1247265 or 14677996. OLE color: 14677996.
HSL color Cylindrical-coordinate representation of color #ECF7DF: hue angle of 87.5º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECF7DF is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
RGB | 236 | 247 | 223 | - |
CMYK | 0.04 | 0 | 0.10 | 0.03 |
HSL | 87.5º | 0.6% | 0.92% | - |
HSV(B) | 87.5º | 0.1% | 0.97% | - |
XYZ | 81.17 | 89.68 | 82.84 | - |
YUV | 240.98 | 117.86 | 124.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 247 | 223 | 0.04 | 0 | 0.10 | 0.03 | 87.5 | 0.6 | 0.92 |
Hex | EC | F7 | DF | 4 | 0 | A | 3 | 57 | 3C | 5C |
Octal | 354 | 367 | 337 | 4 | 0 | 12 | 3 | 127 | 74 | 134 |
Binary | 11101100 | 11110111 | 11011111 | 100 | 0 | 1010 | 11 | 1010111 | 111100 | 1011100 |
Color Harmonies of #ECF7DF
Complementary color
Monochromatic Colors of #ECF7DF
Black with #ECF7DF
Text Example
Text Example
White with #ECF7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF7DF; }
p { color: rgb(236,247,223); }
H1.HeaderClassName
{
color: #ECF7DF;
}
.AnyTagClassName
{
color: #ECF7DF;
}
</style>
background-color css
<style>
a { background-color: #ECF7DF; }
a { background-color: rgb(236,247,223); }
div.DivClassName
{
background-color: #ECF7DF;
}
.BgClassName
{
background-color: #ECF7DF;
}
</style>
border-color css
<style>
span { border-color: #ECF7DF; }
span { border-color: rgb(236,247,223); }
td.TdClassName
{
border-color: #ECF7DF;
}
.TagClassName
{
border-color: #ECF7DF;
}
</style>