Shades of Saltpan #EBF1DD
Tints of Saltpan #EBF1DD
RGB
CMYK
RGB Variations
Color information
#EBF1DD (or 0xEBF1DD) is known color: Saltpan. HEX triplet: EB, F1 and DD. RGB value is (235,241,221). Sum of RGB (Red+Green+Blue) = 235+241+221=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 221 (86.72% from 255 or 31.71% from 697); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1DD is #140E22. Grayscale: #EDEDED. Windows color (decimal): -1314339 or 14545387. OLE color: 14545387.
HSL color Cylindrical-coordinate representation of color #EBF1DD: hue angle of 78º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBF1DD is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 241 | 221 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.05 |
| HSL | 78º | 0.42% | 0.91% | - |
| HSV(B) | 78º | 0.08% | 0.95% | - |
| XYZ | 78.77 | 85.79 | 80.81 | - |
| YUV | 236.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 241 | 221 | 0.02 | 0 | 0.08 | 0.05 | 78 | 0.42 | 0.91 |
| Hex | EB | F1 | DD | 2 | 0 | 8 | 5 | 4E | 2A | 5B |
| Octal | 353 | 361 | 335 | 2 | 0 | 10 | 5 | 116 | 52 | 133 |
| Binary | 11101011 | 11110001 | 11011101 | 10 | 0 | 1000 | 101 | 1001110 | 101010 | 1011011 |
Color Harmonies of #EBF1DD
Complementary color
Monochromatic Colors of #EBF1DD
Black with #EBF1DD
Text Example
Text Example
White with #EBF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF1DD; }
p { color: rgb(235,241,221); }
H1.HeaderClassName
{
color: #EBF1DD;
}
.AnyTagClassName
{
color: #EBF1DD;
}
</style>
background-color css
<style>
a { background-color: #EBF1DD; }
a { background-color: rgb(235,241,221); }
div.DivClassName
{
background-color: #EBF1DD;
}
.BgClassName
{
background-color: #EBF1DD;
}
</style>
border-color css
<style>
span { border-color: #EBF1DD; }
span { border-color: rgb(235,241,221); }
td.TdClassName
{
border-color: #EBF1DD;
}
.TagClassName
{
border-color: #EBF1DD;
}
</style>