Shades of Saltpan #ECF1E5
Tints of Saltpan #ECF1E5
RGB
CMYK
RGB Variations
Color information
#ECF1E5 (or 0xECF1E5) is known color: Saltpan. HEX triplet: EC, F1 and E5. RGB value is (236,241,229). Sum of RGB (Red+Green+Blue) = 236+241+229=706 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.43% from 706); Green value is 241 (94.53% from 255 or 34.14% from 706); Blue value is 229 (89.84% from 255 or 32.44% from 706); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1E5 is #130E1A. Grayscale: #EEEEEE. Windows color (decimal): -1248795 or 15069676. OLE color: 15069676.
HSL color Cylindrical-coordinate representation of color #ECF1E5: hue angle of 85º degrees, saturation: 0.3, 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 #ECF1E5 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 241 | 229 | - |
CMYK | 0.02 | 0 | 0.05 | 0.05 |
HSL | 85º | 0.3% | 0.92% | - |
HSV(B) | 85º | 0.05% | 0.95% | - |
XYZ | 80.19 | 86.4 | 86.58 | - |
YUV | 238.14 | 122.84 | 126.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 241 | 229 | 0.02 | 0 | 0.05 | 0.05 | 85 | 0.3 | 0.92 |
Hex | EC | F1 | E5 | 2 | 0 | 5 | 5 | 55 | 1E | 5C |
Octal | 354 | 361 | 345 | 2 | 0 | 5 | 5 | 125 | 36 | 134 |
Binary | 11101100 | 11110001 | 11100101 | 10 | 0 | 101 | 101 | 1010101 | 11110 | 1011100 |
Color Harmonies of #ECF1E5
Complementary color
Monochromatic Colors of #ECF1E5
Black with #ECF1E5
Text Example
Text Example
White with #ECF1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1E5; }
p { color: rgb(236,241,229); }
H1.HeaderClassName
{
color: #ECF1E5;
}
.AnyTagClassName
{
color: #ECF1E5;
}
</style>
background-color css
<style>
a { background-color: #ECF1E5; }
a { background-color: rgb(236,241,229); }
div.DivClassName
{
background-color: #ECF1E5;
}
.BgClassName
{
background-color: #ECF1E5;
}
</style>
border-color css
<style>
span { border-color: #ECF1E5; }
span { border-color: rgb(236,241,229); }
td.TdClassName
{
border-color: #ECF1E5;
}
.TagClassName
{
border-color: #ECF1E5;
}
</style>