Shades of Saltpan #E7EDDD
Tints of Saltpan #E7EDDD
RGB
CMYK
RGB Variations
Color information
#E7EDDD (or 0xE7EDDD) is known color: Saltpan. HEX triplet: E7, ED and DD. RGB value is (231,237,221). Sum of RGB (Red+Green+Blue) = 231+237+221=689 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.53% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 237 - color contains mainly: green. Hex color #E7EDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EDDD is #181222. Grayscale: #E9E9E9. Windows color (decimal): -1577507 or 14544359. OLE color: 14544359.
HSL color Cylindrical-coordinate representation of color #E7EDDD: hue angle of 82.5º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E7EDDD is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 231 | 237 | 221 | - |
CMYK | 0.03 | 0 | 0.07 | 0.07 |
HSL | 82.5º | 0.31% | 0.9% | - |
HSV(B) | 82.5º | 0.07% | 0.93% | - |
XYZ | 76.29 | 82.78 | 80.36 | - |
YUV | 233.38 | 121.01 | 126.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 237 | 221 | 0.03 | 0 | 0.07 | 0.07 | 82.5 | 0.31 | 0.9 |
Hex | E7 | ED | DD | 3 | 0 | 7 | 7 | 52 | 1F | 5A |
Octal | 347 | 355 | 335 | 3 | 0 | 7 | 7 | 122 | 37 | 132 |
Binary | 11100111 | 11101101 | 11011101 | 11 | 0 | 111 | 111 | 1010010 | 11111 | 1011010 |
Color Harmonies of #E7EDDD
Complementary color
Monochromatic Colors of #E7EDDD
Black with #E7EDDD
Text Example
Text Example
White with #E7EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EDDD; }
p { color: rgb(231,237,221); }
H1.HeaderClassName
{
color: #E7EDDD;
}
.AnyTagClassName
{
color: #E7EDDD;
}
</style>
background-color css
<style>
a { background-color: #E7EDDD; }
a { background-color: rgb(231,237,221); }
div.DivClassName
{
background-color: #E7EDDD;
}
.BgClassName
{
background-color: #E7EDDD;
}
</style>
border-color css
<style>
span { border-color: #E7EDDD; }
span { border-color: rgb(231,237,221); }
td.TdClassName
{
border-color: #E7EDDD;
}
.TagClassName
{
border-color: #E7EDDD;
}
</style>