Shades of Saltpan #EDF1E6
Tints of Saltpan #EDF1E6
RGB
CMYK
RGB Variations
Color information
#EDF1E6 (or 0xEDF1E6) is known color: Saltpan. HEX triplet: ED, F1 and E6. RGB value is (237,241,230). Sum of RGB (Red+Green+Blue) = 237+241+230=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 241 (94.53% from 255 or 34.04% from 708); Blue value is 230 (90.23% from 255 or 32.49% from 708); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1E6 is #120E19. Grayscale: #EEEEEE. Windows color (decimal): -1183258 or 15135213. OLE color: 15135213.
HSL color Cylindrical-coordinate representation of color #EDF1E6: hue angle of 81.82º degrees, saturation: 0.28, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDF1E6 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 241 | 230 | - |
CMYK | 0.02 | 0 | 0.05 | 0.05 |
HSL | 81.82º | 0.28% | 0.92% | - |
HSV(B) | 81.82º | 0.05% | 0.95% | - |
XYZ | 80.66 | 86.63 | 87.33 | - |
YUV | 238.55 | 123.17 | 126.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 241 | 230 | 0.02 | 0 | 0.05 | 0.05 | 81.82 | 0.28 | 0.92 |
Hex | ED | F1 | E6 | 2 | 0 | 5 | 5 | 52 | 1C | 5C |
Octal | 355 | 361 | 346 | 2 | 0 | 5 | 5 | 122 | 34 | 134 |
Binary | 11101101 | 11110001 | 11100110 | 10 | 0 | 101 | 101 | 1010010 | 11100 | 1011100 |
Color Harmonies of #EDF1E6
Complementary color
Monochromatic Colors of #EDF1E6
Black with #EDF1E6
Text Example
Text Example
White with #EDF1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1E6; }
p { color: rgb(237,241,230); }
H1.HeaderClassName
{
color: #EDF1E6;
}
.AnyTagClassName
{
color: #EDF1E6;
}
</style>
background-color css
<style>
a { background-color: #EDF1E6; }
a { background-color: rgb(237,241,230); }
div.DivClassName
{
background-color: #EDF1E6;
}
.BgClassName
{
background-color: #EDF1E6;
}
</style>
border-color css
<style>
span { border-color: #EDF1E6; }
span { border-color: rgb(237,241,230); }
td.TdClassName
{
border-color: #EDF1E6;
}
.TagClassName
{
border-color: #EDF1E6;
}
</style>