Shades of Saltpan #EBF5DD
Tints of Saltpan #EBF5DD
RGB
CMYK
RGB Variations
Color information
#EBF5DD (or 0xEBF5DD) is known color: Saltpan. HEX triplet: EB, F5 and DD. RGB value is (235,245,221). Sum of RGB (Red+Green+Blue) = 235+245+221=701 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.52% from 701); Green value is 245 (96.09% from 255 or 34.95% from 701); Blue value is 221 (86.72% from 255 or 31.53% from 701); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF5DD is #140A22. Grayscale: #EFEFEF. Windows color (decimal): -1313315 or 14546411. OLE color: 14546411.
HSL color Cylindrical-coordinate representation of color #EBF5DD: hue angle of 85º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBF5DD is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 245 | 221 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.04 |
| HSL | 85º | 0.55% | 0.91% | - |
| HSV(B) | 85º | 0.1% | 0.96% | - |
| XYZ | 79.96 | 88.19 | 81.21 | - |
| YUV | 239.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 245 | 221 | 0.04 | 0 | 0.10 | 0.04 | 85 | 0.55 | 0.91 |
| Hex | EB | F5 | DD | 4 | 0 | A | 4 | 55 | 37 | 5B |
| Octal | 353 | 365 | 335 | 4 | 0 | 12 | 4 | 125 | 67 | 133 |
| Binary | 11101011 | 11110101 | 11011101 | 100 | 0 | 1010 | 100 | 1010101 | 110111 | 1011011 |
Color Harmonies of #EBF5DD
Complementary color
Monochromatic Colors of #EBF5DD
Black with #EBF5DD
Text Example
Text Example
White with #EBF5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF5DD; }
p { color: rgb(235,245,221); }
H1.HeaderClassName
{
color: #EBF5DD;
}
.AnyTagClassName
{
color: #EBF5DD;
}
</style>
background-color css
<style>
a { background-color: #EBF5DD; }
a { background-color: rgb(235,245,221); }
div.DivClassName
{
background-color: #EBF5DD;
}
.BgClassName
{
background-color: #EBF5DD;
}
</style>
border-color css
<style>
span { border-color: #EBF5DD; }
span { border-color: rgb(235,245,221); }
td.TdClassName
{
border-color: #EBF5DD;
}
.TagClassName
{
border-color: #EBF5DD;
}
</style>