Shades of Saltpan #EDF6DD
Tints of Saltpan #EDF6DD
RGB
CMYK
RGB Variations
Color information
#EDF6DD (or 0xEDF6DD) is known color: Saltpan. HEX triplet: ED, F6 and DD. RGB value is (237,246,221). Sum of RGB (Red+Green+Blue) = 237+246+221=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 246 (96.48% from 255 or 34.94% from 704); Blue value is 221 (86.72% from 255 or 31.39% from 704); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6DD is #120922. Grayscale: #F0F0F0. Windows color (decimal): -1181987 or 14546669. OLE color: 14546669.
HSL color Cylindrical-coordinate representation of color #EDF6DD: hue angle of 81.6º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDF6DD is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
RGB | 237 | 246 | 221 | - |
CMYK | 0.04 | 0 | 0.10 | 0.04 |
HSL | 81.6º | 0.58% | 0.92% | - |
HSV(B) | 81.6º | 0.1% | 0.96% | - |
XYZ | 80.93 | 89.14 | 81.35 | - |
YUV | 240.46 | 117.02 | 125.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 246 | 221 | 0.04 | 0 | 0.10 | 0.04 | 81.6 | 0.58 | 0.92 |
Hex | ED | F6 | DD | 4 | 0 | A | 4 | 52 | 3A | 5C |
Octal | 355 | 366 | 335 | 4 | 0 | 12 | 4 | 122 | 72 | 134 |
Binary | 11101101 | 11110110 | 11011101 | 100 | 0 | 1010 | 100 | 1010010 | 111010 | 1011100 |
Color Harmonies of #EDF6DD
Complementary color
Monochromatic Colors of #EDF6DD
Black with #EDF6DD
Text Example
Text Example
White with #EDF6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF6DD; }
p { color: rgb(237,246,221); }
H1.HeaderClassName
{
color: #EDF6DD;
}
.AnyTagClassName
{
color: #EDF6DD;
}
</style>
background-color css
<style>
a { background-color: #EDF6DD; }
a { background-color: rgb(237,246,221); }
div.DivClassName
{
background-color: #EDF6DD;
}
.BgClassName
{
background-color: #EDF6DD;
}
</style>
border-color css
<style>
span { border-color: #EDF6DD; }
span { border-color: rgb(237,246,221); }
td.TdClassName
{
border-color: #EDF6DD;
}
.TagClassName
{
border-color: #EDF6DD;
}
</style>