Shades of Saltpan #ECFBDA
Tints of Saltpan #ECFBDA
RGB
CMYK
RGB Variations
Color information
#ECFBDA (or 0xECFBDA) is known color: Saltpan. HEX triplet: EC, FB and DA. RGB value is (236,251,218). Sum of RGB (Red+Green+Blue) = 236+251+218=705 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.48% from 705); Green value is 251 (98.44% from 255 or 35.60% from 705); Blue value is 218 (85.55% from 255 or 30.92% from 705); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFBDA is #130425. Grayscale: #F2F2F2. Windows color (decimal): -1246246 or 14351340. OLE color: 14351340.
HSL color Cylindrical-coordinate representation of color #ECFBDA: hue angle of 87.27º degrees, saturation: 0.8, 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 #ECFBDA is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 251 | 218 | - |
CMYK | 0.06 | 0 | 0.13 | 0.02 |
HSL | 87.27º | 0.8% | 0.92% | - |
HSV(B) | 87.27º | 0.13% | 0.98% | - |
XYZ | 81.74 | 91.89 | 79.76 | - |
YUV | 242.75 | 114.03 | 123.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 251 | 218 | 0.06 | 0 | 0.13 | 0.02 | 87.27 | 0.8 | 0.92 |
Hex | EC | FB | DA | 6 | 0 | D | 2 | 57 | 50 | 5C |
Octal | 354 | 373 | 332 | 6 | 0 | 15 | 2 | 127 | 120 | 134 |
Binary | 11101100 | 11111011 | 11011010 | 110 | 0 | 1101 | 10 | 1010111 | 1010000 | 1011100 |
Color Harmonies of #ECFBDA
Complementary color
Monochromatic Colors of #ECFBDA
Black with #ECFBDA
Text Example
Text Example
White with #ECFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFBDA; }
p { color: rgb(236,251,218); }
H1.HeaderClassName
{
color: #ECFBDA;
}
.AnyTagClassName
{
color: #ECFBDA;
}
</style>
background-color css
<style>
a { background-color: #ECFBDA; }
a { background-color: rgb(236,251,218); }
div.DivClassName
{
background-color: #ECFBDA;
}
.BgClassName
{
background-color: #ECFBDA;
}
</style>
border-color css
<style>
span { border-color: #ECFBDA; }
span { border-color: rgb(236,251,218); }
td.TdClassName
{
border-color: #ECFBDA;
}
.TagClassName
{
border-color: #ECFBDA;
}
</style>