Shades of Saltpan #EFFCDF
Tints of Saltpan #EFFCDF
RGB
CMYK
RGB Variations
Color information
#EFFCDF (or 0xEFFCDF) is known color: Saltpan. HEX triplet: EF, FC and DF. RGB value is (239,252,223). Sum of RGB (Red+Green+Blue) = 239+252+223=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 252 (98.83% from 255 or 35.29% from 714); Blue value is 223 (87.5% from 255 or 31.23% from 714); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCDF is #100320. Grayscale: #F4F4F4. Windows color (decimal): -1049377 or 14679279. OLE color: 14679279.
HSL color Cylindrical-coordinate representation of color #EFFCDF: hue angle of 86.9º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFFCDF is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 239 | 252 | 223 | - |
CMYK | 0.05 | 0 | 0.12 | 0.01 |
HSL | 86.9º | 0.83% | 0.93% | - |
HSV(B) | 86.9º | 0.12% | 0.99% | - |
XYZ | 83.73 | 93.3 | 83.41 | - |
YUV | 244.81 | 115.69 | 123.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 252 | 223 | 0.05 | 0 | 0.12 | 0.01 | 86.9 | 0.83 | 0.93 |
Hex | EF | FC | DF | 5 | 0 | C | 1 | 57 | 53 | 5D |
Octal | 357 | 374 | 337 | 5 | 0 | 14 | 1 | 127 | 123 | 135 |
Binary | 11101111 | 11111100 | 11011111 | 101 | 0 | 1100 | 1 | 1010111 | 1010011 | 1011101 |
Color Harmonies of #EFFCDF
Complementary color
Monochromatic Colors of #EFFCDF
Black with #EFFCDF
Text Example
Text Example
White with #EFFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCDF; }
p { color: rgb(239,252,223); }
H1.HeaderClassName
{
color: #EFFCDF;
}
.AnyTagClassName
{
color: #EFFCDF;
}
</style>
background-color css
<style>
a { background-color: #EFFCDF; }
a { background-color: rgb(239,252,223); }
div.DivClassName
{
background-color: #EFFCDF;
}
.BgClassName
{
background-color: #EFFCDF;
}
</style>
border-color css
<style>
span { border-color: #EFFCDF; }
span { border-color: rgb(239,252,223); }
td.TdClassName
{
border-color: #EFFCDF;
}
.TagClassName
{
border-color: #EFFCDF;
}
</style>