Shades of Saltpan #ECF3DD
Tints of Saltpan #ECF3DD
RGB
CMYK
RGB Variations
Color information
#ECF3DD (or 0xECF3DD) is known color: Saltpan. HEX triplet: EC, F3 and DD. RGB value is (236,243,221). Sum of RGB (Red+Green+Blue) = 236+243+221=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 243 (95.31% from 255 or 34.71% from 700); Blue value is 221 (86.72% from 255 or 31.57% from 700); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF3DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF3DD is #130C22. Grayscale: #EEEEEE. Windows color (decimal): -1248291 or 14545900. OLE color: 14545900.
HSL color Cylindrical-coordinate representation of color #ECF3DD: hue angle of 79.09º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECF3DD is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 243 | 221 | - |
CMYK | 0.03 | 0 | 0.09 | 0.05 |
HSL | 79.09º | 0.48% | 0.91% | - |
HSV(B) | 79.09º | 0.09% | 0.95% | - |
XYZ | 79.69 | 87.15 | 81.03 | - |
YUV | 238.4 | 118.18 | 126.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 243 | 221 | 0.03 | 0 | 0.09 | 0.05 | 79.09 | 0.48 | 0.91 |
Hex | EC | F3 | DD | 3 | 0 | 9 | 5 | 4F | 30 | 5B |
Octal | 354 | 363 | 335 | 3 | 0 | 11 | 5 | 117 | 60 | 133 |
Binary | 11101100 | 11110011 | 11011101 | 11 | 0 | 1001 | 101 | 1001111 | 110000 | 1011011 |
Color Harmonies of #ECF3DD
Complementary color
Monochromatic Colors of #ECF3DD
Black with #ECF3DD
Text Example
Text Example
White with #ECF3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF3DD; }
p { color: rgb(236,243,221); }
H1.HeaderClassName
{
color: #ECF3DD;
}
.AnyTagClassName
{
color: #ECF3DD;
}
</style>
background-color css
<style>
a { background-color: #ECF3DD; }
a { background-color: rgb(236,243,221); }
div.DivClassName
{
background-color: #ECF3DD;
}
.BgClassName
{
background-color: #ECF3DD;
}
</style>
border-color css
<style>
span { border-color: #ECF3DD; }
span { border-color: rgb(236,243,221); }
td.TdClassName
{
border-color: #ECF3DD;
}
.TagClassName
{
border-color: #ECF3DD;
}
</style>