Shades of Saltpan #ECFADB
Tints of Saltpan #ECFADB
RGB
CMYK
RGB Variations
Color information
#ECFADB (or 0xECFADB) is known color: Saltpan. HEX triplet: EC, FA and DB. RGB value is (236,250,219). Sum of RGB (Red+Green+Blue) = 236+250+219=705 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.48% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 219 (85.94% from 255 or 31.06% from 705); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFADB is #130524. Grayscale: #F2F2F2. Windows color (decimal): -1246501 or 14416620. OLE color: 14416620.
HSL color Cylindrical-coordinate representation of color #ECFADB: hue angle of 87.1º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECFADB is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 250 | 219 | - |
CMYK | 0.06 | 0 | 0.12 | 0.02 |
HSL | 87.1º | 0.76% | 0.92% | - |
HSV(B) | 87.1º | 0.12% | 0.98% | - |
XYZ | 81.56 | 91.32 | 80.35 | - |
YUV | 242.28 | 114.86 | 123.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 250 | 219 | 0.06 | 0 | 0.12 | 0.02 | 87.1 | 0.76 | 0.92 |
Hex | EC | FA | DB | 6 | 0 | C | 2 | 57 | 4C | 5C |
Octal | 354 | 372 | 333 | 6 | 0 | 14 | 2 | 127 | 114 | 134 |
Binary | 11101100 | 11111010 | 11011011 | 110 | 0 | 1100 | 10 | 1010111 | 1001100 | 1011100 |
Color Harmonies of #ECFADB
Complementary color
Monochromatic Colors of #ECFADB
Black with #ECFADB
Text Example
Text Example
White with #ECFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFADB; }
p { color: rgb(236,250,219); }
H1.HeaderClassName
{
color: #ECFADB;
}
.AnyTagClassName
{
color: #ECFADB;
}
</style>
background-color css
<style>
a { background-color: #ECFADB; }
a { background-color: rgb(236,250,219); }
div.DivClassName
{
background-color: #ECFADB;
}
.BgClassName
{
background-color: #ECFADB;
}
</style>
border-color css
<style>
span { border-color: #ECFADB; }
span { border-color: rgb(236,250,219); }
td.TdClassName
{
border-color: #ECFADB;
}
.TagClassName
{
border-color: #ECFADB;
}
</style>