Shades of Saltpan #ECFDD7
Tints of Saltpan #ECFDD7
RGB
CMYK
RGB Variations
Color information
#ECFDD7 (or 0xECFDD7) is known color: Saltpan. HEX triplet: EC, FD and D7. RGB value is (236,253,215). Sum of RGB (Red+Green+Blue) = 236+253+215=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 215 (84.38% from 255 or 30.54% from 704); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFDD7 is #130228. Grayscale: #F3F3F3. Windows color (decimal): -1245737 or 14155244. OLE color: 14155244.
HSL color Cylindrical-coordinate representation of color #ECFDD7: hue angle of 86.84º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECFDD7 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 253 | 215 | - |
CMYK | 0.07 | 0 | 0.15 | 0.01 |
HSL | 86.84º | 0.9% | 0.92% | - |
HSV(B) | 86.84º | 0.15% | 0.99% | - |
XYZ | 81.98 | 92.99 | 77.92 | - |
YUV | 243.59 | 111.87 | 122.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 253 | 215 | 0.07 | 0 | 0.15 | 0.01 | 86.84 | 0.9 | 0.92 |
Hex | EC | FD | D7 | 7 | 0 | F | 1 | 57 | 5A | 5C |
Octal | 354 | 375 | 327 | 7 | 0 | 17 | 1 | 127 | 132 | 134 |
Binary | 11101100 | 11111101 | 11010111 | 111 | 0 | 1111 | 1 | 1010111 | 1011010 | 1011100 |
Color Harmonies of #ECFDD7
Complementary color
Monochromatic Colors of #ECFDD7
Black with #ECFDD7
Text Example
Text Example
White with #ECFDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFDD7; }
p { color: rgb(236,253,215); }
H1.HeaderClassName
{
color: #ECFDD7;
}
.AnyTagClassName
{
color: #ECFDD7;
}
</style>
background-color css
<style>
a { background-color: #ECFDD7; }
a { background-color: rgb(236,253,215); }
div.DivClassName
{
background-color: #ECFDD7;
}
.BgClassName
{
background-color: #ECFDD7;
}
</style>
border-color css
<style>
span { border-color: #ECFDD7; }
span { border-color: rgb(236,253,215); }
td.TdClassName
{
border-color: #ECFDD7;
}
.TagClassName
{
border-color: #ECFDD7;
}
</style>