Shades of Saltpan #EFFDDD
Tints of Saltpan #EFFDDD
RGB
CMYK
RGB Variations
Color information
#EFFDDD (or 0xEFFDDD) is known color: Saltpan. HEX triplet: EF, FD and DD. RGB value is (239,253,221). Sum of RGB (Red+Green+Blue) = 239+253+221=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 221 (86.72% from 255 or 31.00% from 713); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDDD is #100222. Grayscale: #F5F5F5. Windows color (decimal): -1049123 or 14548463. OLE color: 14548463.
HSL color Cylindrical-coordinate representation of color #EFFDDD: hue angle of 86.25º 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 #EFFDDD is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 239 | 253 | 221 | - |
CMYK | 0.06 | 0 | 0.13 | 0.01 |
HSL | 86.25º | 0.89% | 0.93% | - |
HSV(B) | 86.25º | 0.13% | 0.99% | - |
XYZ | 83.77 | 93.82 | 82.1 | - |
YUV | 245.17 | 114.36 | 123.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 253 | 221 | 0.06 | 0 | 0.13 | 0.01 | 86.25 | 0.89 | 0.93 |
Hex | EF | FD | DD | 6 | 0 | D | 1 | 56 | 59 | 5D |
Octal | 357 | 375 | 335 | 6 | 0 | 15 | 1 | 126 | 131 | 135 |
Binary | 11101111 | 11111101 | 11011101 | 110 | 0 | 1101 | 1 | 1010110 | 1011001 | 1011101 |
Color Harmonies of #EFFDDD
Complementary color
Monochromatic Colors of #EFFDDD
Black with #EFFDDD
Text Example
Text Example
White with #EFFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDDD; }
p { color: rgb(239,253,221); }
H1.HeaderClassName
{
color: #EFFDDD;
}
.AnyTagClassName
{
color: #EFFDDD;
}
</style>
background-color css
<style>
a { background-color: #EFFDDD; }
a { background-color: rgb(239,253,221); }
div.DivClassName
{
background-color: #EFFDDD;
}
.BgClassName
{
background-color: #EFFDDD;
}
</style>
border-color css
<style>
span { border-color: #EFFDDD; }
span { border-color: rgb(239,253,221); }
td.TdClassName
{
border-color: #EFFDDD;
}
.TagClassName
{
border-color: #EFFDDD;
}
</style>