Shades of Saltpan #EFF6DF
Tints of Saltpan #EFF6DF
RGB
CMYK
RGB Variations
Color information
#EFF6DF (or 0xEFF6DF) is known color: Saltpan. HEX triplet: EF, F6 and DF. RGB value is (239,246,223). Sum of RGB (Red+Green+Blue) = 239+246+223=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 246 (96.48% from 255 or 34.75% from 708); Blue value is 223 (87.5% from 255 or 31.50% from 708); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF6DF is #100920. Grayscale: #F1F1F1. Windows color (decimal): -1050913 or 14677743. OLE color: 14677743.
HSL color Cylindrical-coordinate representation of color #EFF6DF: hue angle of 78.26º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFF6DF is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 223 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.04 |
| HSL | 78.26º | 0.56% | 0.92% | - |
| HSV(B) | 78.26º | 0.09% | 0.96% | - |
| XYZ | 81.87 | 89.59 | 82.79 | - |
| YUV | 241.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 223 | 0.03 | 0 | 0.09 | 0.04 | 78.26 | 0.56 | 0.92 |
| Hex | EF | F6 | DF | 3 | 0 | 9 | 4 | 4E | 38 | 5C |
| Octal | 357 | 366 | 337 | 3 | 0 | 11 | 4 | 116 | 70 | 134 |
| Binary | 11101111 | 11110110 | 11011111 | 11 | 0 | 1001 | 100 | 1001110 | 111000 | 1011100 |
Color Harmonies of #EFF6DF
Complementary color
Monochromatic Colors of #EFF6DF
Black with #EFF6DF
Text Example
Text Example
White with #EFF6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF6DF; }
p { color: rgb(239,246,223); }
H1.HeaderClassName
{
color: #EFF6DF;
}
.AnyTagClassName
{
color: #EFF6DF;
}
</style>
background-color css
<style>
a { background-color: #EFF6DF; }
a { background-color: rgb(239,246,223); }
div.DivClassName
{
background-color: #EFF6DF;
}
.BgClassName
{
background-color: #EFF6DF;
}
</style>
border-color css
<style>
span { border-color: #EFF6DF; }
span { border-color: rgb(239,246,223); }
td.TdClassName
{
border-color: #EFF6DF;
}
.TagClassName
{
border-color: #EFF6DF;
}
</style>