Shades of Saltpan #ECF9DA
Tints of Saltpan #ECF9DA
RGB
CMYK
RGB Variations
Color information
#ECF9DA (or 0xECF9DA) is known color: Saltpan. HEX triplet: EC, F9 and DA. RGB value is (236,249,218). Sum of RGB (Red+Green+Blue) = 236+249+218=703 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.57% from 703); Green value is 249 (97.66% from 255 or 35.42% from 703); Blue value is 218 (85.55% from 255 or 31.01% from 703); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF9DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF9DA is #130625. Grayscale: #F1F1F1. Windows color (decimal): -1246758 or 14350828. OLE color: 14350828.
HSL color Cylindrical-coordinate representation of color #ECF9DA: hue angle of 85.16º degrees, saturation: 0.72, 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 #ECF9DA is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 249 | 218 | - |
CMYK | 0.05 | 0 | 0.12 | 0.02 |
HSL | 85.16º | 0.72% | 0.92% | - |
HSV(B) | 85.16º | 0.12% | 0.98% | - |
XYZ | 81.12 | 90.65 | 79.55 | - |
YUV | 241.58 | 114.69 | 124.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 249 | 218 | 0.05 | 0 | 0.12 | 0.02 | 85.16 | 0.72 | 0.92 |
Hex | EC | F9 | DA | 5 | 0 | C | 2 | 55 | 48 | 5C |
Octal | 354 | 371 | 332 | 5 | 0 | 14 | 2 | 125 | 110 | 134 |
Binary | 11101100 | 11111001 | 11011010 | 101 | 0 | 1100 | 10 | 1010101 | 1001000 | 1011100 |
Color Harmonies of #ECF9DA
Complementary color
Monochromatic Colors of #ECF9DA
Black with #ECF9DA
Text Example
Text Example
White with #ECF9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF9DA; }
p { color: rgb(236,249,218); }
H1.HeaderClassName
{
color: #ECF9DA;
}
.AnyTagClassName
{
color: #ECF9DA;
}
</style>
background-color css
<style>
a { background-color: #ECF9DA; }
a { background-color: rgb(236,249,218); }
div.DivClassName
{
background-color: #ECF9DA;
}
.BgClassName
{
background-color: #ECF9DA;
}
</style>
border-color css
<style>
span { border-color: #ECF9DA; }
span { border-color: rgb(236,249,218); }
td.TdClassName
{
border-color: #ECF9DA;
}
.TagClassName
{
border-color: #ECF9DA;
}
</style>