Shades of Saltpan #EBF1DF
Tints of Saltpan #EBF1DF
RGB
CMYK
RGB Variations
Color information
#EBF1DF (or 0xEBF1DF) is known color: Saltpan. HEX triplet: EB, F1 and DF. RGB value is (235,241,223). Sum of RGB (Red+Green+Blue) = 235+241+223=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 223 (87.5% from 255 or 31.90% from 699); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1DF is #140E20. Grayscale: #EDEDED. Windows color (decimal): -1314337 or 14676459. OLE color: 14676459.
HSL color Cylindrical-coordinate representation of color #EBF1DF: hue angle of 80º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBF1DF is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 241 | 223 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.05 |
| HSL | 80º | 0.39% | 0.91% | - |
| HSV(B) | 80º | 0.07% | 0.95% | - |
| XYZ | 79.04 | 85.9 | 82.23 | - |
| YUV | 237.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 241 | 223 | 0.02 | 0 | 0.07 | 0.05 | 80 | 0.39 | 0.91 |
| Hex | EB | F1 | DF | 2 | 0 | 7 | 5 | 50 | 27 | 5B |
| Octal | 353 | 361 | 337 | 2 | 0 | 7 | 5 | 120 | 47 | 133 |
| Binary | 11101011 | 11110001 | 11011111 | 10 | 0 | 111 | 101 | 1010000 | 100111 | 1011011 |
Color Harmonies of #EBF1DF
Complementary color
Monochromatic Colors of #EBF1DF
Black with #EBF1DF
Text Example
Text Example
White with #EBF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF1DF; }
p { color: rgb(235,241,223); }
H1.HeaderClassName
{
color: #EBF1DF;
}
.AnyTagClassName
{
color: #EBF1DF;
}
</style>
background-color css
<style>
a { background-color: #EBF1DF; }
a { background-color: rgb(235,241,223); }
div.DivClassName
{
background-color: #EBF1DF;
}
.BgClassName
{
background-color: #EBF1DF;
}
</style>
border-color css
<style>
span { border-color: #EBF1DF; }
span { border-color: rgb(235,241,223); }
td.TdClassName
{
border-color: #EBF1DF;
}
.TagClassName
{
border-color: #EBF1DF;
}
</style>