Shades of Saltpan #EFFDDC
Tints of Saltpan #EFFDDC
RGB
CMYK
RGB Variations
Color information
#EFFDDC (or 0xEFFDDC) is known color: Saltpan. HEX triplet: EF, FD and DC. RGB value is (239,253,220). Sum of RGB (Red+Green+Blue) = 239+253+220=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 253 (99.22% from 255 or 35.53% from 712); Blue value is 220 (86.33% from 255 or 30.90% from 712); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDDC is #100223. Grayscale: #F5F5F5. Windows color (decimal): -1049124 or 14482927. OLE color: 14482927.
HSL color Cylindrical-coordinate representation of color #EFFDDC: hue angle of 85.45º degrees, saturation: 0.89, 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 #EFFDDC is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 220 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.01 |
| HSL | 85.45º | 0.89% | 0.93% | - |
| HSV(B) | 85.45º | 0.13% | 0.99% | - |
| XYZ | 83.64 | 93.77 | 81.4 | - |
| YUV | 245.05 | 113.86 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 220 | 0.06 | 0 | 0.13 | 0.01 | 85.45 | 0.89 | 0.93 |
| Hex | EF | FD | DC | 6 | 0 | D | 1 | 55 | 59 | 5D |
| Octal | 357 | 375 | 334 | 6 | 0 | 15 | 1 | 125 | 131 | 135 |
| Binary | 11101111 | 11111101 | 11011100 | 110 | 0 | 1101 | 1 | 1010101 | 1011001 | 1011101 |
Color Harmonies of #EFFDDC
Complementary color
Monochromatic Colors of #EFFDDC
Black with #EFFDDC
Text Example
Text Example
White with #EFFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDDC; }
p { color: rgb(239,253,220); }
H1.HeaderClassName
{
color: #EFFDDC;
}
.AnyTagClassName
{
color: #EFFDDC;
}
</style>
background-color css
<style>
a { background-color: #EFFDDC; }
a { background-color: rgb(239,253,220); }
div.DivClassName
{
background-color: #EFFDDC;
}
.BgClassName
{
background-color: #EFFDDC;
}
</style>
border-color css
<style>
span { border-color: #EFFDDC; }
span { border-color: rgb(239,253,220); }
td.TdClassName
{
border-color: #EFFDDC;
}
.TagClassName
{
border-color: #EFFDDC;
}
</style>