Shades of Saltpan #ECF1E4
Tints of Saltpan #ECF1E4
RGB
CMYK
RGB Variations
Color information
#ECF1E4 (or 0xECF1E4) is known color: Saltpan. HEX triplet: EC, F1 and E4. RGB value is (236,241,228). Sum of RGB (Red+Green+Blue) = 236+241+228=705 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.48% from 705); Green value is 241 (94.53% from 255 or 34.18% from 705); Blue value is 228 (89.45% from 255 or 32.34% from 705); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1E4 is #130E1B. Grayscale: #EEEEEE. Windows color (decimal): -1248796 or 15004140. OLE color: 15004140.
HSL color Cylindrical-coordinate representation of color #ECF1E4: hue angle of 83.08º degrees, saturation: 0.32, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECF1E4 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 241 | 228 | - |
CMYK | 0.02 | 0 | 0.05 | 0.05 |
HSL | 83.08º | 0.32% | 0.92% | - |
HSV(B) | 83.08º | 0.05% | 0.95% | - |
XYZ | 80.05 | 86.34 | 85.85 | - |
YUV | 238.02 | 122.34 | 126.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 241 | 228 | 0.02 | 0 | 0.05 | 0.05 | 83.08 | 0.32 | 0.92 |
Hex | EC | F1 | E4 | 2 | 0 | 5 | 5 | 53 | 20 | 5C |
Octal | 354 | 361 | 344 | 2 | 0 | 5 | 5 | 123 | 40 | 134 |
Binary | 11101100 | 11110001 | 11100100 | 10 | 0 | 101 | 101 | 1010011 | 100000 | 1011100 |
Color Harmonies of #ECF1E4
Complementary color
Monochromatic Colors of #ECF1E4
Black with #ECF1E4
Text Example
Text Example
White with #ECF1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1E4; }
p { color: rgb(236,241,228); }
H1.HeaderClassName
{
color: #ECF1E4;
}
.AnyTagClassName
{
color: #ECF1E4;
}
</style>
background-color css
<style>
a { background-color: #ECF1E4; }
a { background-color: rgb(236,241,228); }
div.DivClassName
{
background-color: #ECF1E4;
}
.BgClassName
{
background-color: #ECF1E4;
}
</style>
border-color css
<style>
span { border-color: #ECF1E4; }
span { border-color: rgb(236,241,228); }
td.TdClassName
{
border-color: #ECF1E4;
}
.TagClassName
{
border-color: #ECF1E4;
}
</style>