Shades of Saltpan #EDFADC
Tints of Saltpan #EDFADC
RGB
CMYK
RGB Variations
Color information
#EDFADC (or 0xEDFADC) is known color: Saltpan. HEX triplet: ED, FA and DC. RGB value is (237,250,220). Sum of RGB (Red+Green+Blue) = 237+250+220=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 220 (86.33% from 255 or 31.12% from 707); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFADC is #120523. Grayscale: #F2F2F2. Windows color (decimal): -1180964 or 14482157. OLE color: 14482157.
HSL color Cylindrical-coordinate representation of color #EDFADC: hue angle of 86º degrees, saturation: 0.75, 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 #EDFADC is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 250 | 220 | - |
CMYK | 0.05 | 0 | 0.12 | 0.02 |
HSL | 86º | 0.75% | 0.92% | - |
HSV(B) | 86º | 0.12% | 0.98% | - |
XYZ | 82.03 | 91.54 | 81.06 | - |
YUV | 242.69 | 115.19 | 123.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 250 | 220 | 0.05 | 0 | 0.12 | 0.02 | 86 | 0.75 | 0.92 |
Hex | ED | FA | DC | 5 | 0 | C | 2 | 56 | 4B | 5C |
Octal | 355 | 372 | 334 | 5 | 0 | 14 | 2 | 126 | 113 | 134 |
Binary | 11101101 | 11111010 | 11011100 | 101 | 0 | 1100 | 10 | 1010110 | 1001011 | 1011100 |
Color Harmonies of #EDFADC
Complementary color
Monochromatic Colors of #EDFADC
Black with #EDFADC
Text Example
Text Example
White with #EDFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFADC; }
p { color: rgb(237,250,220); }
H1.HeaderClassName
{
color: #EDFADC;
}
.AnyTagClassName
{
color: #EDFADC;
}
</style>
background-color css
<style>
a { background-color: #EDFADC; }
a { background-color: rgb(237,250,220); }
div.DivClassName
{
background-color: #EDFADC;
}
.BgClassName
{
background-color: #EDFADC;
}
</style>
border-color css
<style>
span { border-color: #EDFADC; }
span { border-color: rgb(237,250,220); }
td.TdClassName
{
border-color: #EDFADC;
}
.TagClassName
{
border-color: #EDFADC;
}
</style>