Shades of Saltpan #ECFADC
Tints of Saltpan #ECFADC
RGB
CMYK
RGB Variations
Color information
#ECFADC (or 0xECFADC) is known color: Saltpan. HEX triplet: EC, FA and DC. RGB value is (236,250,220). Sum of RGB (Red+Green+Blue) = 236+250+220=706 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.43% from 706); Green value is 250 (98.05% from 255 or 35.41% from 706); Blue value is 220 (86.33% from 255 or 31.16% from 706); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFADC is #130523. Grayscale: #F2F2F2. Windows color (decimal): -1246500 or 14482156. OLE color: 14482156.
HSL color Cylindrical-coordinate representation of color #ECFADC: hue angle of 88º degrees, saturation: 0.75, 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 #ECFADC is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 250 | 220 | - |
CMYK | 0.06 | 0 | 0.12 | 0.02 |
HSL | 88º | 0.75% | 0.92% | - |
HSV(B) | 88º | 0.12% | 0.98% | - |
XYZ | 81.7 | 91.37 | 81.04 | - |
YUV | 242.39 | 115.36 | 123.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 250 | 220 | 0.06 | 0 | 0.12 | 0.02 | 88 | 0.75 | 0.92 |
Hex | EC | FA | DC | 6 | 0 | C | 2 | 58 | 4B | 5C |
Octal | 354 | 372 | 334 | 6 | 0 | 14 | 2 | 130 | 113 | 134 |
Binary | 11101100 | 11111010 | 11011100 | 110 | 0 | 1100 | 10 | 1011000 | 1001011 | 1011100 |
Color Harmonies of #ECFADC
Complementary color
Monochromatic Colors of #ECFADC
Black with #ECFADC
Text Example
Text Example
White with #ECFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFADC; }
p { color: rgb(236,250,220); }
H1.HeaderClassName
{
color: #ECFADC;
}
.AnyTagClassName
{
color: #ECFADC;
}
</style>
background-color css
<style>
a { background-color: #ECFADC; }
a { background-color: rgb(236,250,220); }
div.DivClassName
{
background-color: #ECFADC;
}
.BgClassName
{
background-color: #ECFADC;
}
</style>
border-color css
<style>
span { border-color: #ECFADC; }
span { border-color: rgb(236,250,220); }
td.TdClassName
{
border-color: #ECFADC;
}
.TagClassName
{
border-color: #ECFADC;
}
</style>