Shades of Saltpan #E7EDDF
Tints of Saltpan #E7EDDF
RGB
CMYK
RGB Variations
Color information
#E7EDDF (or 0xE7EDDF) is known color: Saltpan. HEX triplet: E7, ED and DF. RGB value is (231,237,223). Sum of RGB (Red+Green+Blue) = 231+237+223=691 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.43% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 237 - color contains mainly: green. Hex color #E7EDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EDDF is #181220. Grayscale: #E9E9E9. Windows color (decimal): -1577505 or 14675431. OLE color: 14675431.
HSL color Cylindrical-coordinate representation of color #E7EDDF: hue angle of 85.71º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E7EDDF is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 231 | 237 | 223 | - |
CMYK | 0.03 | 0 | 0.06 | 0.07 |
HSL | 85.71º | 0.28% | 0.9% | - |
HSV(B) | 85.71º | 0.06% | 0.93% | - |
XYZ | 76.56 | 82.89 | 81.78 | - |
YUV | 233.61 | 122.01 | 126.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 237 | 223 | 0.03 | 0 | 0.06 | 0.07 | 85.71 | 0.28 | 0.9 |
Hex | E7 | ED | DF | 3 | 0 | 6 | 7 | 56 | 1C | 5A |
Octal | 347 | 355 | 337 | 3 | 0 | 6 | 7 | 126 | 34 | 132 |
Binary | 11100111 | 11101101 | 11011111 | 11 | 0 | 110 | 111 | 1010110 | 11100 | 1011010 |
Color Harmonies of #E7EDDF
Complementary color
Monochromatic Colors of #E7EDDF
Black with #E7EDDF
Text Example
Text Example
White with #E7EDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EDDF; }
p { color: rgb(231,237,223); }
H1.HeaderClassName
{
color: #E7EDDF;
}
.AnyTagClassName
{
color: #E7EDDF;
}
</style>
background-color css
<style>
a { background-color: #E7EDDF; }
a { background-color: rgb(231,237,223); }
div.DivClassName
{
background-color: #E7EDDF;
}
.BgClassName
{
background-color: #E7EDDF;
}
</style>
border-color css
<style>
span { border-color: #E7EDDF; }
span { border-color: rgb(231,237,223); }
td.TdClassName
{
border-color: #E7EDDF;
}
.TagClassName
{
border-color: #E7EDDF;
}
</style>