Shades of Saltpan #ECF2E5
Tints of Saltpan #ECF2E5
RGB
CMYK
RGB Variations
Color information
#ECF2E5 (or 0xECF2E5) is known color: Saltpan. HEX triplet: EC, F2 and E5. RGB value is (236,242,229). Sum of RGB (Red+Green+Blue) = 236+242+229=707 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.38% from 707); Green value is 242 (94.92% from 255 or 34.23% from 707); Blue value is 229 (89.84% from 255 or 32.39% from 707); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2E5 is #130D1A. Grayscale: #EEEEEE. Windows color (decimal): -1248539 or 15069932. OLE color: 15069932.
HSL color Cylindrical-coordinate representation of color #ECF2E5: hue angle of 87.69º degrees, saturation: 0.33, 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 #ECF2E5 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 242 | 229 | - |
CMYK | 0.02 | 0 | 0.05 | 0.05 |
HSL | 87.69º | 0.33% | 0.92% | - |
HSV(B) | 87.69º | 0.05% | 0.95% | - |
XYZ | 80.49 | 86.99 | 86.68 | - |
YUV | 238.72 | 122.51 | 126.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 242 | 229 | 0.02 | 0 | 0.05 | 0.05 | 87.69 | 0.33 | 0.92 |
Hex | EC | F2 | E5 | 2 | 0 | 5 | 5 | 58 | 21 | 5C |
Octal | 354 | 362 | 345 | 2 | 0 | 5 | 5 | 130 | 41 | 134 |
Binary | 11101100 | 11110010 | 11100101 | 10 | 0 | 101 | 101 | 1011000 | 100001 | 1011100 |
Color Harmonies of #ECF2E5
Complementary color
Monochromatic Colors of #ECF2E5
Black with #ECF2E5
Text Example
Text Example
White with #ECF2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2E5; }
p { color: rgb(236,242,229); }
H1.HeaderClassName
{
color: #ECF2E5;
}
.AnyTagClassName
{
color: #ECF2E5;
}
</style>
background-color css
<style>
a { background-color: #ECF2E5; }
a { background-color: rgb(236,242,229); }
div.DivClassName
{
background-color: #ECF2E5;
}
.BgClassName
{
background-color: #ECF2E5;
}
</style>
border-color css
<style>
span { border-color: #ECF2E5; }
span { border-color: rgb(236,242,229); }
td.TdClassName
{
border-color: #ECF2E5;
}
.TagClassName
{
border-color: #ECF2E5;
}
</style>