Shades of Saltpan #ECFAD7
Tints of Saltpan #ECFAD7
RGB
CMYK
RGB Variations
Color information
#ECFAD7 (or 0xECFAD7) is known color: Saltpan. HEX triplet: EC, FA and D7. RGB value is (236,250,215). Sum of RGB (Red+Green+Blue) = 236+250+215=701 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.67% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 215 (84.38% from 255 or 30.67% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFAD7 is #130528. Grayscale: #F1F1F1. Windows color (decimal): -1246505 or 14154476. OLE color: 14154476.
HSL color Cylindrical-coordinate representation of color #ECFAD7: hue angle of 84º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECFAD7 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 250 | 215 | - |
CMYK | 0.06 | 0 | 0.14 | 0.02 |
HSL | 84º | 0.78% | 0.91% | - |
HSV(B) | 84º | 0.14% | 0.98% | - |
XYZ | 81.04 | 91.11 | 77.6 | - |
YUV | 241.82 | 112.86 | 123.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 250 | 215 | 0.06 | 0 | 0.14 | 0.02 | 84 | 0.78 | 0.91 |
Hex | EC | FA | D7 | 6 | 0 | E | 2 | 54 | 4E | 5B |
Octal | 354 | 372 | 327 | 6 | 0 | 16 | 2 | 124 | 116 | 133 |
Binary | 11101100 | 11111010 | 11010111 | 110 | 0 | 1110 | 10 | 1010100 | 1001110 | 1011011 |
Color Harmonies of #ECFAD7
Complementary color
Monochromatic Colors of #ECFAD7
Black with #ECFAD7
Text Example
Text Example
White with #ECFAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAD7; }
p { color: rgb(236,250,215); }
H1.HeaderClassName
{
color: #ECFAD7;
}
.AnyTagClassName
{
color: #ECFAD7;
}
</style>
background-color css
<style>
a { background-color: #ECFAD7; }
a { background-color: rgb(236,250,215); }
div.DivClassName
{
background-color: #ECFAD7;
}
.BgClassName
{
background-color: #ECFAD7;
}
</style>
border-color css
<style>
span { border-color: #ECFAD7; }
span { border-color: rgb(236,250,215); }
td.TdClassName
{
border-color: #ECFAD7;
}
.TagClassName
{
border-color: #ECFAD7;
}
</style>