Shades of Saltpan #EFFFDC
Tints of Saltpan #EFFFDC
RGB
CMYK
RGB Variations
Color information
#EFFFDC (or 0xEFFFDC) is known color: Saltpan. HEX triplet: EF, FF and DC. RGB value is (239,255,220). Sum of RGB (Red+Green+Blue) = 239+255+220=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 220 (86.33% from 255 or 30.81% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFDC is #100023. Grayscale: #F6F6F6. Windows color (decimal): -1048612 or 14483439. OLE color: 14483439.
HSL color Cylindrical-coordinate representation of color #EFFFDC: hue angle of 87.43º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFFFDC is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 220 | - |
| CMYK | 0.06 | 0 | 0.14 | 0 |
| HSL | 87.43º | 1% | 0.93% | - |
| HSV(B) | 87.43º | 0.14% | 1% | - |
| XYZ | 84.27 | 95.04 | 81.61 | - |
| YUV | 246.23 | 113.2 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 220 | 0.06 | 0 | 0.14 | 0 | 87.43 | 1 | 0.93 |
| Hex | EF | FF | DC | 6 | 0 | E | 0 | 57 | 64 | 5D |
| Octal | 357 | 377 | 334 | 6 | 0 | 16 | 0 | 127 | 144 | 135 |
| Binary | 11101111 | 11111111 | 11011100 | 110 | 0 | 1110 | 0 | 1010111 | 1100100 | 1011101 |
Color Harmonies of #EFFFDC
Complementary color
Monochromatic Colors of #EFFFDC
Black with #EFFFDC
Text Example
Text Example
White with #EFFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFDC; }
p { color: rgb(239,255,220); }
H1.HeaderClassName
{
color: #EFFFDC;
}
.AnyTagClassName
{
color: #EFFFDC;
}
</style>
background-color css
<style>
a { background-color: #EFFFDC; }
a { background-color: rgb(239,255,220); }
div.DivClassName
{
background-color: #EFFFDC;
}
.BgClassName
{
background-color: #EFFFDC;
}
</style>
border-color css
<style>
span { border-color: #EFFFDC; }
span { border-color: rgb(239,255,220); }
td.TdClassName
{
border-color: #EFFFDC;
}
.TagClassName
{
border-color: #EFFFDC;
}
</style>