Shades of Saltpan #EDFADA
Tints of Saltpan #EDFADA
RGB
CMYK
RGB Variations
Color information
#EDFADA (or 0xEDFADA) is known color: Saltpan. HEX triplet: ED, FA and DA. RGB value is (237,250,218). Sum of RGB (Red+Green+Blue) = 237+250+218=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 218 (85.55% from 255 or 30.92% from 705); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFADA is #120525. Grayscale: #F2F2F2. Windows color (decimal): -1180966 or 14351085. OLE color: 14351085.
HSL color Cylindrical-coordinate representation of color #EDFADA: hue angle of 84.38º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDFADA is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 250 | 218 | - |
CMYK | 0.05 | 0 | 0.13 | 0.02 |
HSL | 84.38º | 0.76% | 0.92% | - |
HSV(B) | 84.38º | 0.13% | 0.98% | - |
XYZ | 81.77 | 91.44 | 79.67 | - |
YUV | 242.47 | 114.19 | 124.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 250 | 218 | 0.05 | 0 | 0.13 | 0.02 | 84.38 | 0.76 | 0.92 |
Hex | ED | FA | DA | 5 | 0 | D | 2 | 54 | 4C | 5C |
Octal | 355 | 372 | 332 | 5 | 0 | 15 | 2 | 124 | 114 | 134 |
Binary | 11101101 | 11111010 | 11011010 | 101 | 0 | 1101 | 10 | 1010100 | 1001100 | 1011100 |
Color Harmonies of #EDFADA
Complementary color
Monochromatic Colors of #EDFADA
Black with #EDFADA
Text Example
Text Example
White with #EDFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFADA; }
p { color: rgb(237,250,218); }
H1.HeaderClassName
{
color: #EDFADA;
}
.AnyTagClassName
{
color: #EDFADA;
}
</style>
background-color css
<style>
a { background-color: #EDFADA; }
a { background-color: rgb(237,250,218); }
div.DivClassName
{
background-color: #EDFADA;
}
.BgClassName
{
background-color: #EDFADA;
}
</style>
border-color css
<style>
span { border-color: #EDFADA; }
span { border-color: rgb(237,250,218); }
td.TdClassName
{
border-color: #EDFADA;
}
.TagClassName
{
border-color: #EDFADA;
}
</style>