Shades of Saltpan #EDFCDB
Tints of Saltpan #EDFCDB
RGB
CMYK
RGB Variations
Color information
#EDFCDB (or 0xEDFCDB) is known color: Saltpan. HEX triplet: ED, FC and DB. RGB value is (237,252,219). Sum of RGB (Red+Green+Blue) = 237+252+219=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 219 (85.94% from 255 or 30.93% from 708); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCDB is #120324. Grayscale: #F3F3F3. Windows color (decimal): -1180453 or 14417133. OLE color: 14417133.
HSL color Cylindrical-coordinate representation of color #EDFCDB: hue angle of 87.27º 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 #EDFCDB is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 252 | 219 | - |
CMYK | 0.06 | 0 | 0.13 | 0.01 |
HSL | 87.27º | 0.85% | 0.92% | - |
HSV(B) | 87.27º | 0.13% | 0.99% | - |
XYZ | 82.52 | 92.74 | 80.57 | - |
YUV | 243.75 | 114.03 | 123.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 252 | 219 | 0.06 | 0 | 0.13 | 0.01 | 87.27 | 0.85 | 0.92 |
Hex | ED | FC | DB | 6 | 0 | D | 1 | 57 | 55 | 5C |
Octal | 355 | 374 | 333 | 6 | 0 | 15 | 1 | 127 | 125 | 134 |
Binary | 11101101 | 11111100 | 11011011 | 110 | 0 | 1101 | 1 | 1010111 | 1010101 | 1011100 |
Color Harmonies of #EDFCDB
Complementary color
Monochromatic Colors of #EDFCDB
Black with #EDFCDB
Text Example
Text Example
White with #EDFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFCDB; }
p { color: rgb(237,252,219); }
H1.HeaderClassName
{
color: #EDFCDB;
}
.AnyTagClassName
{
color: #EDFCDB;
}
</style>
background-color css
<style>
a { background-color: #EDFCDB; }
a { background-color: rgb(237,252,219); }
div.DivClassName
{
background-color: #EDFCDB;
}
.BgClassName
{
background-color: #EDFCDB;
}
</style>
border-color css
<style>
span { border-color: #EDFCDB; }
span { border-color: rgb(237,252,219); }
td.TdClassName
{
border-color: #EDFCDB;
}
.TagClassName
{
border-color: #EDFCDB;
}
</style>