Shades of Saltpan #EBF6DD
Tints of Saltpan #EBF6DD
RGB
CMYK
RGB Variations
Color information
#EBF6DD (or 0xEBF6DD) is known color: Saltpan. HEX triplet: EB, F6 and DD. RGB value is (235,246,221). Sum of RGB (Red+Green+Blue) = 235+246+221=702 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.48% from 702); Green value is 246 (96.48% from 255 or 35.04% from 702); Blue value is 221 (86.72% from 255 or 31.48% from 702); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF6DD is #140922. Grayscale: #EFEFEF. Windows color (decimal): -1313059 or 14546667. OLE color: 14546667.
HSL color Cylindrical-coordinate representation of color #EBF6DD: hue angle of 86.4º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBF6DD is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 246 | 221 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.04 |
| HSL | 86.4º | 0.58% | 0.92% | - |
| HSV(B) | 86.4º | 0.1% | 0.96% | - |
| XYZ | 80.27 | 88.79 | 81.32 | - |
| YUV | 239.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 246 | 221 | 0.04 | 0 | 0.10 | 0.04 | 86.4 | 0.58 | 0.92 |
| Hex | EB | F6 | DD | 4 | 0 | A | 4 | 56 | 3A | 5C |
| Octal | 353 | 366 | 335 | 4 | 0 | 12 | 4 | 126 | 72 | 134 |
| Binary | 11101011 | 11110110 | 11011101 | 100 | 0 | 1010 | 100 | 1010110 | 111010 | 1011100 |
Color Harmonies of #EBF6DD
Complementary color
Monochromatic Colors of #EBF6DD
Black with #EBF6DD
Text Example
Text Example
White with #EBF6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF6DD; }
p { color: rgb(235,246,221); }
H1.HeaderClassName
{
color: #EBF6DD;
}
.AnyTagClassName
{
color: #EBF6DD;
}
</style>
background-color css
<style>
a { background-color: #EBF6DD; }
a { background-color: rgb(235,246,221); }
div.DivClassName
{
background-color: #EBF6DD;
}
.BgClassName
{
background-color: #EBF6DD;
}
</style>
border-color css
<style>
span { border-color: #EBF6DD; }
span { border-color: rgb(235,246,221); }
td.TdClassName
{
border-color: #EBF6DD;
}
.TagClassName
{
border-color: #EBF6DD;
}
</style>