Shades of Saltpan #ECF4D9
Tints of Saltpan #ECF4D9
RGB
CMYK
RGB Variations
Color information
#ECF4D9 (or 0xECF4D9) is known color: Saltpan. HEX triplet: EC, F4 and D9. RGB value is (236,244,217). Sum of RGB (Red+Green+Blue) = 236+244+217=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 244 (95.70% from 255 or 35.01% from 697); Blue value is 217 (85.16% from 255 or 31.13% from 697); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF4D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF4D9 is #130B26. Grayscale: #EEEEEE. Windows color (decimal): -1248039 or 14284012. OLE color: 14284012.
HSL color Cylindrical-coordinate representation of color #ECF4D9: hue angle of 77.78º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECF4D9 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 236 | 244 | 217 | - |
CMYK | 0.03 | 0 | 0.11 | 0.04 |
HSL | 77.78º | 0.55% | 0.9% | - |
HSV(B) | 77.78º | 0.11% | 0.96% | - |
XYZ | 79.47 | 87.54 | 78.35 | - |
YUV | 238.53 | 115.85 | 126.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 244 | 217 | 0.03 | 0 | 0.11 | 0.04 | 77.78 | 0.55 | 0.9 |
Hex | EC | F4 | D9 | 3 | 0 | B | 4 | 4E | 37 | 5A |
Octal | 354 | 364 | 331 | 3 | 0 | 13 | 4 | 116 | 67 | 132 |
Binary | 11101100 | 11110100 | 11011001 | 11 | 0 | 1011 | 100 | 1001110 | 110111 | 1011010 |
Color Harmonies of #ECF4D9
Complementary color
Monochromatic Colors of #ECF4D9
Black with #ECF4D9
Text Example
Text Example
White with #ECF4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF4D9; }
p { color: rgb(236,244,217); }
H1.HeaderClassName
{
color: #ECF4D9;
}
.AnyTagClassName
{
color: #ECF4D9;
}
</style>
background-color css
<style>
a { background-color: #ECF4D9; }
a { background-color: rgb(236,244,217); }
div.DivClassName
{
background-color: #ECF4D9;
}
.BgClassName
{
background-color: #ECF4D9;
}
</style>
border-color css
<style>
span { border-color: #ECF4D9; }
span { border-color: rgb(236,244,217); }
td.TdClassName
{
border-color: #ECF4D9;
}
.TagClassName
{
border-color: #ECF4D9;
}
</style>