Shades of Saltpan #EFFCDD
Tints of Saltpan #EFFCDD
RGB
CMYK
RGB Variations
Color information
#EFFCDD (or 0xEFFCDD) is known color: Saltpan. HEX triplet: EF, FC and DD. RGB value is (239,252,221). Sum of RGB (Red+Green+Blue) = 239+252+221=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 252 (98.83% from 255 or 35.39% from 712); Blue value is 221 (86.72% from 255 or 31.04% from 712); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCDD is #100322. Grayscale: #F4F4F4. Windows color (decimal): -1049379 or 14548207. OLE color: 14548207.
HSL color Cylindrical-coordinate representation of color #EFFCDD: hue angle of 85.16º degrees, saturation: 0.84, 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 #EFFCDD is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 239 | 252 | 221 | - |
CMYK | 0.05 | 0 | 0.12 | 0.01 |
HSL | 85.16º | 0.84% | 0.93% | - |
HSV(B) | 85.16º | 0.12% | 0.99% | - |
XYZ | 83.46 | 93.19 | 82 | - |
YUV | 244.58 | 114.69 | 124.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 252 | 221 | 0.05 | 0 | 0.12 | 0.01 | 85.16 | 0.84 | 0.93 |
Hex | EF | FC | DD | 5 | 0 | C | 1 | 55 | 54 | 5D |
Octal | 357 | 374 | 335 | 5 | 0 | 14 | 1 | 125 | 124 | 135 |
Binary | 11101111 | 11111100 | 11011101 | 101 | 0 | 1100 | 1 | 1010101 | 1010100 | 1011101 |
Color Harmonies of #EFFCDD
Complementary color
Monochromatic Colors of #EFFCDD
Black with #EFFCDD
Text Example
Text Example
White with #EFFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCDD; }
p { color: rgb(239,252,221); }
H1.HeaderClassName
{
color: #EFFCDD;
}
.AnyTagClassName
{
color: #EFFCDD;
}
</style>
background-color css
<style>
a { background-color: #EFFCDD; }
a { background-color: rgb(239,252,221); }
div.DivClassName
{
background-color: #EFFCDD;
}
.BgClassName
{
background-color: #EFFCDD;
}
</style>
border-color css
<style>
span { border-color: #EFFCDD; }
span { border-color: rgb(239,252,221); }
td.TdClassName
{
border-color: #EFFCDD;
}
.TagClassName
{
border-color: #EFFCDD;
}
</style>