Shades of Saltpan #ECF8DD
Tints of Saltpan #ECF8DD
RGB
CMYK
RGB Variations
Color information
#ECF8DD (or 0xECF8DD) is known color: Saltpan. HEX triplet: EC, F8 and DD. RGB value is (236,248,221). Sum of RGB (Red+Green+Blue) = 236+248+221=705 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.48% from 705); Green value is 248 (97.27% from 255 or 35.18% from 705); Blue value is 221 (86.72% from 255 or 31.35% from 705); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF8DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF8DD is #130722. Grayscale: #F1F1F1. Windows color (decimal): -1247011 or 14547180. OLE color: 14547180.
HSL color Cylindrical-coordinate representation of color #ECF8DD: hue angle of 86.67º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECF8DD is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
RGB | 236 | 248 | 221 | - |
CMYK | 0.05 | 0 | 0.11 | 0.03 |
HSL | 86.67º | 0.66% | 0.92% | - |
HSV(B) | 86.67º | 0.11% | 0.97% | - |
XYZ | 81.21 | 90.19 | 81.53 | - |
YUV | 241.33 | 116.52 | 124.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 248 | 221 | 0.05 | 0 | 0.11 | 0.03 | 86.67 | 0.66 | 0.92 |
Hex | EC | F8 | DD | 5 | 0 | B | 3 | 57 | 42 | 5C |
Octal | 354 | 370 | 335 | 5 | 0 | 13 | 3 | 127 | 102 | 134 |
Binary | 11101100 | 11111000 | 11011101 | 101 | 0 | 1011 | 11 | 1010111 | 1000010 | 1011100 |
Color Harmonies of #ECF8DD
Complementary color
Monochromatic Colors of #ECF8DD
Black with #ECF8DD
Text Example
Text Example
White with #ECF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF8DD; }
p { color: rgb(236,248,221); }
H1.HeaderClassName
{
color: #ECF8DD;
}
.AnyTagClassName
{
color: #ECF8DD;
}
</style>
background-color css
<style>
a { background-color: #ECF8DD; }
a { background-color: rgb(236,248,221); }
div.DivClassName
{
background-color: #ECF8DD;
}
.BgClassName
{
background-color: #ECF8DD;
}
</style>
border-color css
<style>
span { border-color: #ECF8DD; }
span { border-color: rgb(236,248,221); }
td.TdClassName
{
border-color: #ECF8DD;
}
.TagClassName
{
border-color: #ECF8DD;
}
</style>