Shades of Saltpan #EFFADC
Tints of Saltpan #EFFADC
RGB
CMYK
RGB Variations
Color information
#EFFADC (or 0xEFFADC) is known color: Saltpan. HEX triplet: EF, FA and DC. RGB value is (239,250,220). Sum of RGB (Red+Green+Blue) = 239+250+220=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 220 (86.33% from 255 or 31.03% from 709); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFADC is #100523. Grayscale: #F3F3F3. Windows color (decimal): -1049892 or 14482159. OLE color: 14482159.
HSL color Cylindrical-coordinate representation of color #EFFADC: hue angle of 82º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFFADC is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 250 | 220 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.02 |
| HSL | 82º | 0.75% | 0.92% | - |
| HSV(B) | 82º | 0.12% | 0.98% | - |
| XYZ | 82.7 | 91.89 | 81.09 | - |
| YUV | 243.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 220 | 0.04 | 0 | 0.12 | 0.02 | 82 | 0.75 | 0.92 |
| Hex | EF | FA | DC | 4 | 0 | C | 2 | 52 | 4B | 5C |
| Octal | 357 | 372 | 334 | 4 | 0 | 14 | 2 | 122 | 113 | 134 |
| Binary | 11101111 | 11111010 | 11011100 | 100 | 0 | 1100 | 10 | 1010010 | 1001011 | 1011100 |
Color Harmonies of #EFFADC
Complementary color
Monochromatic Colors of #EFFADC
Black with #EFFADC
Text Example
Text Example
White with #EFFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFADC; }
p { color: rgb(239,250,220); }
H1.HeaderClassName
{
color: #EFFADC;
}
.AnyTagClassName
{
color: #EFFADC;
}
</style>
background-color css
<style>
a { background-color: #EFFADC; }
a { background-color: rgb(239,250,220); }
div.DivClassName
{
background-color: #EFFADC;
}
.BgClassName
{
background-color: #EFFADC;
}
</style>
border-color css
<style>
span { border-color: #EFFADC; }
span { border-color: rgb(239,250,220); }
td.TdClassName
{
border-color: #EFFADC;
}
.TagClassName
{
border-color: #EFFADC;
}
</style>