Shades of Saltpan #E7ECDC
Tints of Saltpan #E7ECDC
RGB
CMYK
RGB Variations
Color information
#E7ECDC (or 0xE7ECDC) is known color: Saltpan. HEX triplet: E7, EC and DC. RGB value is (231,236,220). Sum of RGB (Red+Green+Blue) = 231+236+220=687 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.62% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 236 - color contains mainly: green. Hex color #E7ECDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7ECDC is #181323. Grayscale: #E8E8E8. Windows color (decimal): -1577764 or 14478567. OLE color: 14478567.
HSL color Cylindrical-coordinate representation of color #E7ECDC: hue angle of 78.75º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E7ECDC is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 231 | 236 | 220 | - |
CMYK | 0.02 | 0 | 0.07 | 0.07 |
HSL | 78.75º | 0.3% | 0.89% | - |
HSV(B) | 78.75º | 0.07% | 0.93% | - |
XYZ | 75.87 | 82.15 | 79.57 | - |
YUV | 232.68 | 120.84 | 126.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 236 | 220 | 0.02 | 0 | 0.07 | 0.07 | 78.75 | 0.3 | 0.89 |
Hex | E7 | EC | DC | 2 | 0 | 7 | 7 | 4F | 1E | 59 |
Octal | 347 | 354 | 334 | 2 | 0 | 7 | 7 | 117 | 36 | 131 |
Binary | 11100111 | 11101100 | 11011100 | 10 | 0 | 111 | 111 | 1001111 | 11110 | 1011001 |
Color Harmonies of #E7ECDC
Complementary color
Monochromatic Colors of #E7ECDC
Black with #E7ECDC
Text Example
Text Example
White with #E7ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ECDC; }
p { color: rgb(231,236,220); }
H1.HeaderClassName
{
color: #E7ECDC;
}
.AnyTagClassName
{
color: #E7ECDC;
}
</style>
background-color css
<style>
a { background-color: #E7ECDC; }
a { background-color: rgb(231,236,220); }
div.DivClassName
{
background-color: #E7ECDC;
}
.BgClassName
{
background-color: #E7ECDC;
}
</style>
border-color css
<style>
span { border-color: #E7ECDC; }
span { border-color: rgb(231,236,220); }
td.TdClassName
{
border-color: #E7ECDC;
}
.TagClassName
{
border-color: #E7ECDC;
}
</style>