Shades of Saltpan #E8EDDC
Tints of Saltpan #E8EDDC
RGB
CMYK
RGB Variations
Color information
#E8EDDC (or 0xE8EDDC) is known color: Saltpan. HEX triplet: E8, ED and DC. RGB value is (232,237,220). Sum of RGB (Red+Green+Blue) = 232+237+220=689 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.67% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EDDC is #171223. Grayscale: #E9E9E9. Windows color (decimal): -1511972 or 14478824. OLE color: 14478824.
HSL color Cylindrical-coordinate representation of color #E8EDDC: hue angle of 77.65º 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 #E8EDDC is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 232 | 237 | 220 | - |
CMYK | 0.02 | 0 | 0.07 | 0.07 |
HSL | 77.65º | 0.32% | 0.9% | - |
HSV(B) | 77.65º | 0.07% | 0.93% | - |
XYZ | 76.48 | 82.89 | 79.68 | - |
YUV | 233.57 | 120.34 | 126.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 237 | 220 | 0.02 | 0 | 0.07 | 0.07 | 77.65 | 0.32 | 0.9 |
Hex | E8 | ED | DC | 2 | 0 | 7 | 7 | 4E | 20 | 5A |
Octal | 350 | 355 | 334 | 2 | 0 | 7 | 7 | 116 | 40 | 132 |
Binary | 11101000 | 11101101 | 11011100 | 10 | 0 | 111 | 111 | 1001110 | 100000 | 1011010 |
Color Harmonies of #E8EDDC
Complementary color
Monochromatic Colors of #E8EDDC
Black with #E8EDDC
Text Example
Text Example
White with #E8EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDDC; }
p { color: rgb(232,237,220); }
H1.HeaderClassName
{
color: #E8EDDC;
}
.AnyTagClassName
{
color: #E8EDDC;
}
</style>
background-color css
<style>
a { background-color: #E8EDDC; }
a { background-color: rgb(232,237,220); }
div.DivClassName
{
background-color: #E8EDDC;
}
.BgClassName
{
background-color: #E8EDDC;
}
</style>
border-color css
<style>
span { border-color: #E8EDDC; }
span { border-color: rgb(232,237,220); }
td.TdClassName
{
border-color: #E8EDDC;
}
.TagClassName
{
border-color: #E8EDDC;
}
</style>