Shades of Saltpan #ECFCDA
Tints of Saltpan #ECFCDA
RGB
CMYK
RGB Variations
Color information
#ECFCDA (or 0xECFCDA) is known color: Saltpan. HEX triplet: EC, FC and DA. RGB value is (236,252,218). Sum of RGB (Red+Green+Blue) = 236+252+218=706 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.43% from 706); Green value is 252 (98.83% from 255 or 35.69% from 706); Blue value is 218 (85.55% from 255 or 30.88% from 706); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFCDA is #130325. Grayscale: #F3F3F3. Windows color (decimal): -1245990 or 14351596. OLE color: 14351596.
HSL color Cylindrical-coordinate representation of color #ECFCDA: hue angle of 88.24º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECFCDA is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 252 | 218 | - |
CMYK | 0.06 | 0 | 0.13 | 0.01 |
HSL | 88.24º | 0.85% | 0.92% | - |
HSV(B) | 88.24º | 0.13% | 0.99% | - |
XYZ | 82.06 | 92.52 | 79.86 | - |
YUV | 243.34 | 113.7 | 122.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 252 | 218 | 0.06 | 0 | 0.13 | 0.01 | 88.24 | 0.85 | 0.92 |
Hex | EC | FC | DA | 6 | 0 | D | 1 | 58 | 55 | 5C |
Octal | 354 | 374 | 332 | 6 | 0 | 15 | 1 | 130 | 125 | 134 |
Binary | 11101100 | 11111100 | 11011010 | 110 | 0 | 1101 | 1 | 1011000 | 1010101 | 1011100 |
Color Harmonies of #ECFCDA
Complementary color
Monochromatic Colors of #ECFCDA
Black with #ECFCDA
Text Example
Text Example
White with #ECFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFCDA; }
p { color: rgb(236,252,218); }
H1.HeaderClassName
{
color: #ECFCDA;
}
.AnyTagClassName
{
color: #ECFCDA;
}
</style>
background-color css
<style>
a { background-color: #ECFCDA; }
a { background-color: rgb(236,252,218); }
div.DivClassName
{
background-color: #ECFCDA;
}
.BgClassName
{
background-color: #ECFCDA;
}
</style>
border-color css
<style>
span { border-color: #ECFCDA; }
span { border-color: rgb(236,252,218); }
td.TdClassName
{
border-color: #ECFCDA;
}
.TagClassName
{
border-color: #ECFCDA;
}
</style>