Shades of Saltpan #EFFCDB
Tints of Saltpan #EFFCDB
RGB
CMYK
RGB Variations
Color information
#EFFCDB (or 0xEFFCDB) is known color: Saltpan. HEX triplet: EF, FC and DB. RGB value is (239,252,219). Sum of RGB (Red+Green+Blue) = 239+252+219=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 252 (98.83% from 255 or 35.49% from 710); Blue value is 219 (85.94% from 255 or 30.85% from 710); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCDB is #100324. Grayscale: #F4F4F4. Windows color (decimal): -1049381 or 14417135. OLE color: 14417135.
HSL color Cylindrical-coordinate representation of color #EFFCDB: hue angle of 83.64º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFFCDB is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 239 | 252 | 219 | - |
CMYK | 0.05 | 0 | 0.13 | 0.01 |
HSL | 83.64º | 0.85% | 0.92% | - |
HSV(B) | 83.64º | 0.13% | 0.99% | - |
XYZ | 83.19 | 93.09 | 80.6 | - |
YUV | 244.35 | 113.69 | 124.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 252 | 219 | 0.05 | 0 | 0.13 | 0.01 | 83.64 | 0.85 | 0.92 |
Hex | EF | FC | DB | 5 | 0 | D | 1 | 54 | 55 | 5C |
Octal | 357 | 374 | 333 | 5 | 0 | 15 | 1 | 124 | 125 | 134 |
Binary | 11101111 | 11111100 | 11011011 | 101 | 0 | 1101 | 1 | 1010100 | 1010101 | 1011100 |
Color Harmonies of #EFFCDB
Complementary color
Monochromatic Colors of #EFFCDB
Black with #EFFCDB
Text Example
Text Example
White with #EFFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCDB; }
p { color: rgb(239,252,219); }
H1.HeaderClassName
{
color: #EFFCDB;
}
.AnyTagClassName
{
color: #EFFCDB;
}
</style>
background-color css
<style>
a { background-color: #EFFCDB; }
a { background-color: rgb(239,252,219); }
div.DivClassName
{
background-color: #EFFCDB;
}
.BgClassName
{
background-color: #EFFCDB;
}
</style>
border-color css
<style>
span { border-color: #EFFCDB; }
span { border-color: rgb(239,252,219); }
td.TdClassName
{
border-color: #EFFCDB;
}
.TagClassName
{
border-color: #EFFCDB;
}
</style>