Shades of Saltpan #EBFCD6
Tints of Saltpan #EBFCD6
RGB
CMYK
RGB Variations
Color information
#EBFCD6 (or 0xEBFCD6) is known color: Saltpan. HEX triplet: EB, FC and D6. RGB value is (235,252,214). Sum of RGB (Red+Green+Blue) = 235+252+214=701 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.52% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 214 (83.98% from 255 or 30.53% from 701); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFCD6 is #140329. Grayscale: #F2F2F2. Windows color (decimal): -1311530 or 14089451. OLE color: 14089451.
HSL color Cylindrical-coordinate representation of color #EBFCD6: hue angle of 86.84º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBFCD6 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 252 | 214 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.01 |
| HSL | 86.84º | 0.86% | 0.91% | - |
| HSV(B) | 86.84º | 0.15% | 0.99% | - |
| XYZ | 81.21 | 92.14 | 77.12 | - |
| YUV | 242.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 252 | 214 | 0.07 | 0 | 0.15 | 0.01 | 86.84 | 0.86 | 0.91 |
| Hex | EB | FC | D6 | 7 | 0 | F | 1 | 57 | 56 | 5B |
| Octal | 353 | 374 | 326 | 7 | 0 | 17 | 1 | 127 | 126 | 133 |
| Binary | 11101011 | 11111100 | 11010110 | 111 | 0 | 1111 | 1 | 1010111 | 1010110 | 1011011 |
Color Harmonies of #EBFCD6
Complementary color
Monochromatic Colors of #EBFCD6
Black with #EBFCD6
Text Example
Text Example
White with #EBFCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFCD6; }
p { color: rgb(235,252,214); }
H1.HeaderClassName
{
color: #EBFCD6;
}
.AnyTagClassName
{
color: #EBFCD6;
}
</style>
background-color css
<style>
a { background-color: #EBFCD6; }
a { background-color: rgb(235,252,214); }
div.DivClassName
{
background-color: #EBFCD6;
}
.BgClassName
{
background-color: #EBFCD6;
}
</style>
border-color css
<style>
span { border-color: #EBFCD6; }
span { border-color: rgb(235,252,214); }
td.TdClassName
{
border-color: #EBFCD6;
}
.TagClassName
{
border-color: #EBFCD6;
}
</style>