Shades of Saltpan #ECFAD9
Tints of Saltpan #ECFAD9
RGB
CMYK
RGB Variations
Color information
#ECFAD9 (or 0xECFAD9) is known color: Saltpan. HEX triplet: EC, FA and D9. RGB value is (236,250,217). Sum of RGB (Red+Green+Blue) = 236+250+217=703 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.57% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 217 (85.16% from 255 or 30.87% from 703); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFAD9 is #130526. Grayscale: #F2F2F2. Windows color (decimal): -1246503 or 14285548. OLE color: 14285548.
HSL color Cylindrical-coordinate representation of color #ECFAD9: hue angle of 85.45º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECFAD9 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 250 | 217 | - |
CMYK | 0.06 | 0 | 0.13 | 0.02 |
HSL | 85.45º | 0.77% | 0.92% | - |
HSV(B) | 85.45º | 0.13% | 0.98% | - |
XYZ | 81.3 | 91.21 | 78.97 | - |
YUV | 242.05 | 113.86 | 123.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 250 | 217 | 0.06 | 0 | 0.13 | 0.02 | 85.45 | 0.77 | 0.92 |
Hex | EC | FA | D9 | 6 | 0 | D | 2 | 55 | 4D | 5C |
Octal | 354 | 372 | 331 | 6 | 0 | 15 | 2 | 125 | 115 | 134 |
Binary | 11101100 | 11111010 | 11011001 | 110 | 0 | 1101 | 10 | 1010101 | 1001101 | 1011100 |
Color Harmonies of #ECFAD9
Complementary color
Monochromatic Colors of #ECFAD9
Black with #ECFAD9
Text Example
Text Example
White with #ECFAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAD9; }
p { color: rgb(236,250,217); }
H1.HeaderClassName
{
color: #ECFAD9;
}
.AnyTagClassName
{
color: #ECFAD9;
}
</style>
background-color css
<style>
a { background-color: #ECFAD9; }
a { background-color: rgb(236,250,217); }
div.DivClassName
{
background-color: #ECFAD9;
}
.BgClassName
{
background-color: #ECFAD9;
}
</style>
border-color css
<style>
span { border-color: #ECFAD9; }
span { border-color: rgb(236,250,217); }
td.TdClassName
{
border-color: #ECFAD9;
}
.TagClassName
{
border-color: #ECFAD9;
}
</style>