Shades of Saltpan #EFFCDC
Tints of Saltpan #EFFCDC
RGB
CMYK
RGB Variations
Color information
#EFFCDC (or 0xEFFCDC) is known color: Saltpan. HEX triplet: EF, FC and DC. RGB value is (239,252,220). Sum of RGB (Red+Green+Blue) = 239+252+220=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 252 (98.83% from 255 or 35.44% from 711); Blue value is 220 (86.33% from 255 or 30.94% from 711); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCDC is #100323. Grayscale: #F4F4F4. Windows color (decimal): -1049380 or 14482671. OLE color: 14482671.
HSL color Cylindrical-coordinate representation of color #EFFCDC: hue angle of 84.38º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFFCDC is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 220 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.01 |
| HSL | 84.38º | 0.84% | 0.93% | - |
| HSV(B) | 84.38º | 0.13% | 0.99% | - |
| XYZ | 83.33 | 93.14 | 81.3 | - |
| YUV | 244.47 | 114.19 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 220 | 0.05 | 0 | 0.13 | 0.01 | 84.38 | 0.84 | 0.93 |
| Hex | EF | FC | DC | 5 | 0 | D | 1 | 54 | 54 | 5D |
| Octal | 357 | 374 | 334 | 5 | 0 | 15 | 1 | 124 | 124 | 135 |
| Binary | 11101111 | 11111100 | 11011100 | 101 | 0 | 1101 | 1 | 1010100 | 1010100 | 1011101 |
Color Harmonies of #EFFCDC
Complementary color
Monochromatic Colors of #EFFCDC
Black with #EFFCDC
Text Example
Text Example
White with #EFFCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCDC; }
p { color: rgb(239,252,220); }
H1.HeaderClassName
{
color: #EFFCDC;
}
.AnyTagClassName
{
color: #EFFCDC;
}
</style>
background-color css
<style>
a { background-color: #EFFCDC; }
a { background-color: rgb(239,252,220); }
div.DivClassName
{
background-color: #EFFCDC;
}
.BgClassName
{
background-color: #EFFCDC;
}
</style>
border-color css
<style>
span { border-color: #EFFCDC; }
span { border-color: rgb(239,252,220); }
td.TdClassName
{
border-color: #EFFCDC;
}
.TagClassName
{
border-color: #EFFCDC;
}
</style>