Shades of Saltpan #ECFED6
Tints of Saltpan #ECFED6
RGB
CMYK
RGB Variations
Color information
#ECFED6 (or 0xECFED6) is known color: Saltpan. HEX triplet: EC, FE and D6. RGB value is (236,254,214). Sum of RGB (Red+Green+Blue) = 236+254+214=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 254 (99.61% from 255 or 36.08% from 704); Blue value is 214 (83.98% from 255 or 30.40% from 704); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFED6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFED6 is #130129. Grayscale: #F4F4F4. Windows color (decimal): -1245482 or 14089964. OLE color: 14089964.
HSL color Cylindrical-coordinate representation of color #ECFED6: hue angle of 87º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECFED6 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
RGB | 236 | 254 | 214 | - |
CMYK | 0.07 | 0 | 0.16 | 0.00 |
HSL | 87º | 0.95% | 0.92% | - |
HSV(B) | 87º | 0.16% | 1% | - |
XYZ | 82.17 | 93.57 | 77.35 | - |
YUV | 244.06 | 111.04 | 122.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 254 | 214 | 0.07 | 0 | 0.16 | 0.00 | 87 | 0.95 | 0.92 |
Hex | EC | FE | D6 | 7 | 0 | 10 | 0 | 57 | 5F | 5C |
Octal | 354 | 376 | 326 | 7 | 0 | 20 | 0 | 127 | 137 | 134 |
Binary | 11101100 | 11111110 | 11010110 | 111 | 0 | 10000 | 0 | 1010111 | 1011111 | 1011100 |
Color Harmonies of #ECFED6
Complementary color
Monochromatic Colors of #ECFED6
Black with #ECFED6
Text Example
Text Example
White with #ECFED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFED6; }
p { color: rgb(236,254,214); }
H1.HeaderClassName
{
color: #ECFED6;
}
.AnyTagClassName
{
color: #ECFED6;
}
</style>
background-color css
<style>
a { background-color: #ECFED6; }
a { background-color: rgb(236,254,214); }
div.DivClassName
{
background-color: #ECFED6;
}
.BgClassName
{
background-color: #ECFED6;
}
</style>
border-color css
<style>
span { border-color: #ECFED6; }
span { border-color: rgb(236,254,214); }
td.TdClassName
{
border-color: #ECFED6;
}
.TagClassName
{
border-color: #ECFED6;
}
</style>