Shades of Saltpan #ECF9DB
Tints of Saltpan #ECF9DB
RGB
CMYK
RGB Variations
Color information
#ECF9DB (or 0xECF9DB) is known color: Saltpan. HEX triplet: EC, F9 and DB. RGB value is (236,249,219). Sum of RGB (Red+Green+Blue) = 236+249+219=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 249 (97.66% from 255 or 35.37% from 704); Blue value is 219 (85.94% from 255 or 31.11% from 704); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF9DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF9DB is #130624. Grayscale: #F1F1F1. Windows color (decimal): -1246757 or 14416364. OLE color: 14416364.
HSL color Cylindrical-coordinate representation of color #ECF9DB: hue angle of 86º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECF9DB is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 249 | 219 | - |
CMYK | 0.05 | 0 | 0.12 | 0.02 |
HSL | 86º | 0.71% | 0.92% | - |
HSV(B) | 86º | 0.12% | 0.98% | - |
XYZ | 81.25 | 90.7 | 80.24 | - |
YUV | 241.69 | 115.19 | 123.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 249 | 219 | 0.05 | 0 | 0.12 | 0.02 | 86 | 0.71 | 0.92 |
Hex | EC | F9 | DB | 5 | 0 | C | 2 | 56 | 47 | 5C |
Octal | 354 | 371 | 333 | 5 | 0 | 14 | 2 | 126 | 107 | 134 |
Binary | 11101100 | 11111001 | 11011011 | 101 | 0 | 1100 | 10 | 1010110 | 1000111 | 1011100 |
Color Harmonies of #ECF9DB
Complementary color
Monochromatic Colors of #ECF9DB
Black with #ECF9DB
Text Example
Text Example
White with #ECF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF9DB; }
p { color: rgb(236,249,219); }
H1.HeaderClassName
{
color: #ECF9DB;
}
.AnyTagClassName
{
color: #ECF9DB;
}
</style>
background-color css
<style>
a { background-color: #ECF9DB; }
a { background-color: rgb(236,249,219); }
div.DivClassName
{
background-color: #ECF9DB;
}
.BgClassName
{
background-color: #ECF9DB;
}
</style>
border-color css
<style>
span { border-color: #ECF9DB; }
span { border-color: rgb(236,249,219); }
td.TdClassName
{
border-color: #ECF9DB;
}
.TagClassName
{
border-color: #ECF9DB;
}
</style>