Shades of Saltpan #EFF3E7
Tints of Saltpan #EFF3E7
RGB
CMYK
RGB Variations
Color information
#EFF3E7 (or 0xEFF3E7) is known color: Saltpan. HEX triplet: EF, F3 and E7. RGB value is (239,243,231). Sum of RGB (Red+Green+Blue) = 239+243+231=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 243 (95.31% from 255 or 34.08% from 713); Blue value is 231 (90.62% from 255 or 32.40% from 713); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF3E7 is #100C18. Grayscale: #F0F0F0. Windows color (decimal): -1051673 or 15201263. OLE color: 15201263.
HSL color Cylindrical-coordinate representation of color #EFF3E7: hue angle of 80º degrees, saturation: 0.33, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFF3E7 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 231 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.05 |
| HSL | 80º | 0.33% | 0.93% | - |
| HSV(B) | 80º | 0.05% | 0.95% | - |
| XYZ | 82.07 | 88.22 | 88.3 | - |
| YUV | 240.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 231 | 0.02 | 0 | 0.05 | 0.05 | 80 | 0.33 | 0.93 |
| Hex | EF | F3 | E7 | 2 | 0 | 5 | 5 | 50 | 21 | 5D |
| Octal | 357 | 363 | 347 | 2 | 0 | 5 | 5 | 120 | 41 | 135 |
| Binary | 11101111 | 11110011 | 11100111 | 10 | 0 | 101 | 101 | 1010000 | 100001 | 1011101 |
Color Harmonies of #EFF3E7
Complementary color
Monochromatic Colors of #EFF3E7
Black with #EFF3E7
Text Example
Text Example
White with #EFF3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF3E7; }
p { color: rgb(239,243,231); }
H1.HeaderClassName
{
color: #EFF3E7;
}
.AnyTagClassName
{
color: #EFF3E7;
}
</style>
background-color css
<style>
a { background-color: #EFF3E7; }
a { background-color: rgb(239,243,231); }
div.DivClassName
{
background-color: #EFF3E7;
}
.BgClassName
{
background-color: #EFF3E7;
}
</style>
border-color css
<style>
span { border-color: #EFF3E7; }
span { border-color: rgb(239,243,231); }
td.TdClassName
{
border-color: #EFF3E7;
}
.TagClassName
{
border-color: #EFF3E7;
}
</style>