Shades of Saltpan #ECF9DD
Tints of Saltpan #ECF9DD
RGB
CMYK
RGB Variations
Color information
#ECF9DD (or 0xECF9DD) is known color: Saltpan. HEX triplet: EC, F9 and DD. RGB value is (236,249,221). Sum of RGB (Red+Green+Blue) = 236+249+221=706 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.43% from 706); Green value is 249 (97.66% from 255 or 35.27% from 706); Blue value is 221 (86.72% from 255 or 31.30% from 706); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF9DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF9DD is #130622. Grayscale: #F2F2F2. Windows color (decimal): -1246755 or 14547436. OLE color: 14547436.
HSL color Cylindrical-coordinate representation of color #ECF9DD: hue angle of 87.86º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECF9DD is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 249 | 221 | - |
CMYK | 0.05 | 0 | 0.11 | 0.02 |
HSL | 87.86º | 0.7% | 0.92% | - |
HSV(B) | 87.86º | 0.11% | 0.98% | - |
XYZ | 81.52 | 90.8 | 81.64 | - |
YUV | 241.92 | 116.19 | 123.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 249 | 221 | 0.05 | 0 | 0.11 | 0.02 | 87.86 | 0.7 | 0.92 |
Hex | EC | F9 | DD | 5 | 0 | B | 2 | 58 | 46 | 5C |
Octal | 354 | 371 | 335 | 5 | 0 | 13 | 2 | 130 | 106 | 134 |
Binary | 11101100 | 11111001 | 11011101 | 101 | 0 | 1011 | 10 | 1011000 | 1000110 | 1011100 |
Color Harmonies of #ECF9DD
Complementary color
Monochromatic Colors of #ECF9DD
Black with #ECF9DD
Text Example
Text Example
White with #ECF9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF9DD; }
p { color: rgb(236,249,221); }
H1.HeaderClassName
{
color: #ECF9DD;
}
.AnyTagClassName
{
color: #ECF9DD;
}
</style>
background-color css
<style>
a { background-color: #ECF9DD; }
a { background-color: rgb(236,249,221); }
div.DivClassName
{
background-color: #ECF9DD;
}
.BgClassName
{
background-color: #ECF9DD;
}
</style>
border-color css
<style>
span { border-color: #ECF9DD; }
span { border-color: rgb(236,249,221); }
td.TdClassName
{
border-color: #ECF9DD;
}
.TagClassName
{
border-color: #ECF9DD;
}
</style>