Shades of Saltpan #EDFDD9
Tints of Saltpan #EDFDD9
RGB
CMYK
RGB Variations
Color information
#EDFDD9 (or 0xEDFDD9) is known color: Saltpan. HEX triplet: ED, FD and D9. RGB value is (237,253,217). Sum of RGB (Red+Green+Blue) = 237+253+217=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 217 (85.16% from 255 or 30.69% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDD9 is #120226. Grayscale: #F4F4F4. Windows color (decimal): -1180199 or 14286317. OLE color: 14286317.
HSL color Cylindrical-coordinate representation of color #EDFDD9: hue angle of 86.67º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDFDD9 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 253 | 217 | - |
CMYK | 0.06 | 0 | 0.14 | 0.01 |
HSL | 86.67º | 0.9% | 0.92% | - |
HSV(B) | 86.67º | 0.14% | 0.99% | - |
XYZ | 82.57 | 93.26 | 79.3 | - |
YUV | 244.11 | 112.7 | 122.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 217 | 0.06 | 0 | 0.14 | 0.01 | 86.67 | 0.9 | 0.92 |
Hex | ED | FD | D9 | 6 | 0 | E | 1 | 57 | 5A | 5C |
Octal | 355 | 375 | 331 | 6 | 0 | 16 | 1 | 127 | 132 | 134 |
Binary | 11101101 | 11111101 | 11011001 | 110 | 0 | 1110 | 1 | 1010111 | 1011010 | 1011100 |
Color Harmonies of #EDFDD9
Complementary color
Monochromatic Colors of #EDFDD9
Black with #EDFDD9
Text Example
Text Example
White with #EDFDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDD9; }
p { color: rgb(237,253,217); }
H1.HeaderClassName
{
color: #EDFDD9;
}
.AnyTagClassName
{
color: #EDFDD9;
}
</style>
background-color css
<style>
a { background-color: #EDFDD9; }
a { background-color: rgb(237,253,217); }
div.DivClassName
{
background-color: #EDFDD9;
}
.BgClassName
{
background-color: #EDFDD9;
}
</style>
border-color css
<style>
span { border-color: #EDFDD9; }
span { border-color: rgb(237,253,217); }
td.TdClassName
{
border-color: #EDFDD9;
}
.TagClassName
{
border-color: #EDFDD9;
}
</style>