Shades of Saltpan #EDFADB
Tints of Saltpan #EDFADB
RGB
CMYK
RGB Variations
Color information
#EDFADB (or 0xEDFADB) is known color: Saltpan. HEX triplet: ED, FA and DB. RGB value is (237,250,219). Sum of RGB (Red+Green+Blue) = 237+250+219=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 250 (98.05% from 255 or 35.41% from 706); Blue value is 219 (85.94% from 255 or 31.02% from 706); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFADB is #120524. Grayscale: #F2F2F2. Windows color (decimal): -1180965 or 14416621. OLE color: 14416621.
HSL color Cylindrical-coordinate representation of color #EDFADB: hue angle of 85.16º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDFADB is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 250 | 219 | - |
CMYK | 0.05 | 0 | 0.12 | 0.02 |
HSL | 85.16º | 0.76% | 0.92% | - |
HSV(B) | 85.16º | 0.12% | 0.98% | - |
XYZ | 81.9 | 91.49 | 80.36 | - |
YUV | 242.58 | 114.69 | 124.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 250 | 219 | 0.05 | 0 | 0.12 | 0.02 | 85.16 | 0.76 | 0.92 |
Hex | ED | FA | DB | 5 | 0 | C | 2 | 55 | 4C | 5C |
Octal | 355 | 372 | 333 | 5 | 0 | 14 | 2 | 125 | 114 | 134 |
Binary | 11101101 | 11111010 | 11011011 | 101 | 0 | 1100 | 10 | 1010101 | 1001100 | 1011100 |
Color Harmonies of #EDFADB
Complementary color
Monochromatic Colors of #EDFADB
Black with #EDFADB
Text Example
Text Example
White with #EDFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFADB; }
p { color: rgb(237,250,219); }
H1.HeaderClassName
{
color: #EDFADB;
}
.AnyTagClassName
{
color: #EDFADB;
}
</style>
background-color css
<style>
a { background-color: #EDFADB; }
a { background-color: rgb(237,250,219); }
div.DivClassName
{
background-color: #EDFADB;
}
.BgClassName
{
background-color: #EDFADB;
}
</style>
border-color css
<style>
span { border-color: #EDFADB; }
span { border-color: rgb(237,250,219); }
td.TdClassName
{
border-color: #EDFADB;
}
.TagClassName
{
border-color: #EDFADB;
}
</style>