Shades of Saltpan #E6EBDC
Tints of Saltpan #E6EBDC
RGB
CMYK
RGB Variations
Color information
#E6EBDC (or 0xE6EBDC) is known color: Saltpan. HEX triplet: E6, EB and DC. RGB value is (230,235,220). Sum of RGB (Red+Green+Blue) = 230+235+220=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 235 - color contains mainly: green. Hex color #E6EBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EBDC is #191423. Grayscale: #E7E7E7. Windows color (decimal): -1643556 or 14478310. OLE color: 14478310.
HSL color Cylindrical-coordinate representation of color #E6EBDC: hue angle of 80º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E6EBDC is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 235 | 220 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.08 |
| HSL | 80º | 0.27% | 0.89% | - |
| HSV(B) | 80º | 0.06% | 0.92% | - |
| XYZ | 75.26 | 81.41 | 79.46 | - |
| YUV | 231.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 235 | 220 | 0.02 | 0 | 0.06 | 0.08 | 80 | 0.27 | 0.89 |
| Hex | E6 | EB | DC | 2 | 0 | 6 | 8 | 50 | 1B | 59 |
| Octal | 346 | 353 | 334 | 2 | 0 | 6 | 10 | 120 | 33 | 131 |
| Binary | 11100110 | 11101011 | 11011100 | 10 | 0 | 110 | 1000 | 1010000 | 11011 | 1011001 |
Color Harmonies of #E6EBDC
Complementary color
Monochromatic Colors of #E6EBDC
Black with #E6EBDC
Text Example
Text Example
White with #E6EBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EBDC; }
p { color: rgb(230,235,220); }
H1.HeaderClassName
{
color: #E6EBDC;
}
.AnyTagClassName
{
color: #E6EBDC;
}
</style>
background-color css
<style>
a { background-color: #E6EBDC; }
a { background-color: rgb(230,235,220); }
div.DivClassName
{
background-color: #E6EBDC;
}
.BgClassName
{
background-color: #E6EBDC;
}
</style>
border-color css
<style>
span { border-color: #E6EBDC; }
span { border-color: rgb(230,235,220); }
td.TdClassName
{
border-color: #E6EBDC;
}
.TagClassName
{
border-color: #E6EBDC;
}
</style>