Shades of Saltpan #ECF7DB
Tints of Saltpan #ECF7DB
RGB
CMYK
RGB Variations
Color information
#ECF7DB (or 0xECF7DB) is known color: Saltpan. HEX triplet: EC, F7 and DB. RGB value is (236,247,219). Sum of RGB (Red+Green+Blue) = 236+247+219=702 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.62% from 702); Green value is 247 (96.88% from 255 or 35.19% from 702); Blue value is 219 (85.94% from 255 or 31.20% from 702); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF7DB is #130824. Grayscale: #F0F0F0. Windows color (decimal): -1247269 or 14415852. OLE color: 14415852.
HSL color Cylindrical-coordinate representation of color #ECF7DB: hue angle of 83.57º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECF7DB is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
RGB | 236 | 247 | 219 | - |
CMYK | 0.04 | 0 | 0.11 | 0.03 |
HSL | 83.57º | 0.64% | 0.91% | - |
HSV(B) | 83.57º | 0.11% | 0.97% | - |
XYZ | 80.64 | 89.47 | 80.04 | - |
YUV | 240.52 | 115.86 | 124.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 247 | 219 | 0.04 | 0 | 0.11 | 0.03 | 83.57 | 0.64 | 0.91 |
Hex | EC | F7 | DB | 4 | 0 | B | 3 | 54 | 40 | 5B |
Octal | 354 | 367 | 333 | 4 | 0 | 13 | 3 | 124 | 100 | 133 |
Binary | 11101100 | 11110111 | 11011011 | 100 | 0 | 1011 | 11 | 1010100 | 1000000 | 1011011 |
Color Harmonies of #ECF7DB
Complementary color
Monochromatic Colors of #ECF7DB
Black with #ECF7DB
Text Example
Text Example
White with #ECF7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF7DB; }
p { color: rgb(236,247,219); }
H1.HeaderClassName
{
color: #ECF7DB;
}
.AnyTagClassName
{
color: #ECF7DB;
}
</style>
background-color css
<style>
a { background-color: #ECF7DB; }
a { background-color: rgb(236,247,219); }
div.DivClassName
{
background-color: #ECF7DB;
}
.BgClassName
{
background-color: #ECF7DB;
}
</style>
border-color css
<style>
span { border-color: #ECF7DB; }
span { border-color: rgb(236,247,219); }
td.TdClassName
{
border-color: #ECF7DB;
}
.TagClassName
{
border-color: #ECF7DB;
}
</style>