Shades of Saltpan #EFFCD8
Tints of Saltpan #EFFCD8
RGB
CMYK
RGB Variations
Color information
#EFFCD8 (or 0xEFFCD8) is known color: Saltpan. HEX triplet: EF, FC and D8. RGB value is (239,252,216). Sum of RGB (Red+Green+Blue) = 239+252+216=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 216 (84.77% from 255 or 30.55% from 707); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCD8 is #100327. Grayscale: #F4F4F4. Windows color (decimal): -1049384 or 14220527. OLE color: 14220527.
HSL color Cylindrical-coordinate representation of color #EFFCD8: hue angle of 81.67º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFFCD8 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 216 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.01 |
| HSL | 81.67º | 0.86% | 0.92% | - |
| HSV(B) | 81.67º | 0.14% | 0.99% | - |
| XYZ | 82.8 | 92.93 | 78.54 | - |
| YUV | 244.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 216 | 0.05 | 0 | 0.14 | 0.01 | 81.67 | 0.86 | 0.92 |
| Hex | EF | FC | D8 | 5 | 0 | E | 1 | 52 | 56 | 5C |
| Octal | 357 | 374 | 330 | 5 | 0 | 16 | 1 | 122 | 126 | 134 |
| Binary | 11101111 | 11111100 | 11011000 | 101 | 0 | 1110 | 1 | 1010010 | 1010110 | 1011100 |
Color Harmonies of #EFFCD8
Complementary color
Monochromatic Colors of #EFFCD8
Black with #EFFCD8
Text Example
Text Example
White with #EFFCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCD8; }
p { color: rgb(239,252,216); }
H1.HeaderClassName
{
color: #EFFCD8;
}
.AnyTagClassName
{
color: #EFFCD8;
}
</style>
background-color css
<style>
a { background-color: #EFFCD8; }
a { background-color: rgb(239,252,216); }
div.DivClassName
{
background-color: #EFFCD8;
}
.BgClassName
{
background-color: #EFFCD8;
}
</style>
border-color css
<style>
span { border-color: #EFFCD8; }
span { border-color: rgb(239,252,216); }
td.TdClassName
{
border-color: #EFFCD8;
}
.TagClassName
{
border-color: #EFFCD8;
}
</style>