Shades of Saltpan #ECF5DB
Tints of Saltpan #ECF5DB
RGB
CMYK
RGB Variations
Color information
#ECF5DB (or 0xECF5DB) is known color: Saltpan. HEX triplet: EC, F5 and DB. RGB value is (236,245,219). Sum of RGB (Red+Green+Blue) = 236+245+219=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 245 (96.09% from 255 or 35% from 700); Blue value is 219 (85.94% from 255 or 31.29% from 700); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF5DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF5DB is #130A24. Grayscale: #EFEFEF. Windows color (decimal): -1247781 or 14415340. OLE color: 14415340.
HSL color Cylindrical-coordinate representation of color #ECF5DB: hue angle of 80.77º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECF5DB is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 236 | 245 | 219 | - |
CMYK | 0.04 | 0 | 0.11 | 0.04 |
HSL | 80.77º | 0.57% | 0.91% | - |
HSV(B) | 80.77º | 0.11% | 0.96% | - |
XYZ | 80.03 | 88.25 | 79.83 | - |
YUV | 239.35 | 116.52 | 125.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 245 | 219 | 0.04 | 0 | 0.11 | 0.04 | 80.77 | 0.57 | 0.91 |
Hex | EC | F5 | DB | 4 | 0 | B | 4 | 51 | 39 | 5B |
Octal | 354 | 365 | 333 | 4 | 0 | 13 | 4 | 121 | 71 | 133 |
Binary | 11101100 | 11110101 | 11011011 | 100 | 0 | 1011 | 100 | 1010001 | 111001 | 1011011 |
Color Harmonies of #ECF5DB
Complementary color
Monochromatic Colors of #ECF5DB
Black with #ECF5DB
Text Example
Text Example
White with #ECF5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF5DB; }
p { color: rgb(236,245,219); }
H1.HeaderClassName
{
color: #ECF5DB;
}
.AnyTagClassName
{
color: #ECF5DB;
}
</style>
background-color css
<style>
a { background-color: #ECF5DB; }
a { background-color: rgb(236,245,219); }
div.DivClassName
{
background-color: #ECF5DB;
}
.BgClassName
{
background-color: #ECF5DB;
}
</style>
border-color css
<style>
span { border-color: #ECF5DB; }
span { border-color: rgb(236,245,219); }
td.TdClassName
{
border-color: #ECF5DB;
}
.TagClassName
{
border-color: #ECF5DB;
}
</style>