Shades of Saltpan #E7EDDC
Tints of Saltpan #E7EDDC
RGB
CMYK
RGB Variations
Color information
#E7EDDC (or 0xE7EDDC) is known color: Saltpan. HEX triplet: E7, ED and DC. RGB value is (231,237,220). Sum of RGB (Red+Green+Blue) = 231+237+220=688 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.58% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 237 - color contains mainly: green. Hex color #E7EDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EDDC is #181223. Grayscale: #E9E9E9. Windows color (decimal): -1577508 or 14478823. OLE color: 14478823.
HSL color Cylindrical-coordinate representation of color #E7EDDC: hue angle of 81.18º degrees, saturation: 0.32, 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 #E7EDDC is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 237 | 220 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.07 |
| HSL | 81.18º | 0.32% | 0.9% | - |
| HSV(B) | 81.18º | 0.07% | 0.93% | - |
| XYZ | 76.16 | 82.72 | 79.66 | - |
| YUV | 233.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 237 | 220 | 0.03 | 0 | 0.07 | 0.07 | 81.18 | 0.32 | 0.9 |
| Hex | E7 | ED | DC | 3 | 0 | 7 | 7 | 51 | 20 | 5A |
| Octal | 347 | 355 | 334 | 3 | 0 | 7 | 7 | 121 | 40 | 132 |
| Binary | 11100111 | 11101101 | 11011100 | 11 | 0 | 111 | 111 | 1010001 | 100000 | 1011010 |
Color Harmonies of #E7EDDC
Complementary color
Monochromatic Colors of #E7EDDC
Black with #E7EDDC
Text Example
Text Example
White with #E7EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EDDC; }
p { color: rgb(231,237,220); }
H1.HeaderClassName
{
color: #E7EDDC;
}
.AnyTagClassName
{
color: #E7EDDC;
}
</style>
background-color css
<style>
a { background-color: #E7EDDC; }
a { background-color: rgb(231,237,220); }
div.DivClassName
{
background-color: #E7EDDC;
}
.BgClassName
{
background-color: #E7EDDC;
}
</style>
border-color css
<style>
span { border-color: #E7EDDC; }
span { border-color: rgb(231,237,220); }
td.TdClassName
{
border-color: #E7EDDC;
}
.TagClassName
{
border-color: #E7EDDC;
}
</style>