Shades of Saltpan #EDFADE
Tints of Saltpan #EDFADE
RGB
CMYK
RGB Variations
Color information
#EDFADE (or 0xEDFADE) is known color: Saltpan. HEX triplet: ED, FA and DE. RGB value is (237,250,222). Sum of RGB (Red+Green+Blue) = 237+250+222=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 222 (87.11% from 255 or 31.31% from 709); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFADE is #120521. Grayscale: #F3F3F3. Windows color (decimal): -1180962 or 14613229. OLE color: 14613229.
HSL color Cylindrical-coordinate representation of color #EDFADE: hue angle of 87.86º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDFADE is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 250 | 222 | - |
CMYK | 0.05 | 0 | 0.11 | 0.02 |
HSL | 87.86º | 0.74% | 0.93% | - |
HSV(B) | 87.86º | 0.11% | 0.98% | - |
XYZ | 82.3 | 91.65 | 82.46 | - |
YUV | 242.92 | 116.19 | 123.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 250 | 222 | 0.05 | 0 | 0.11 | 0.02 | 87.86 | 0.74 | 0.93 |
Hex | ED | FA | DE | 5 | 0 | B | 2 | 58 | 4A | 5D |
Octal | 355 | 372 | 336 | 5 | 0 | 13 | 2 | 130 | 112 | 135 |
Binary | 11101101 | 11111010 | 11011110 | 101 | 0 | 1011 | 10 | 1011000 | 1001010 | 1011101 |
Color Harmonies of #EDFADE
Complementary color
Monochromatic Colors of #EDFADE
Black with #EDFADE
Text Example
Text Example
White with #EDFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFADE; }
p { color: rgb(237,250,222); }
H1.HeaderClassName
{
color: #EDFADE;
}
.AnyTagClassName
{
color: #EDFADE;
}
</style>
background-color css
<style>
a { background-color: #EDFADE; }
a { background-color: rgb(237,250,222); }
div.DivClassName
{
background-color: #EDFADE;
}
.BgClassName
{
background-color: #EDFADE;
}
</style>
border-color css
<style>
span { border-color: #EDFADE; }
span { border-color: rgb(237,250,222); }
td.TdClassName
{
border-color: #EDFADE;
}
.TagClassName
{
border-color: #EDFADE;
}
</style>