Shades of Saltpan #E6EED9
Tints of Saltpan #E6EED9
RGB
CMYK
RGB Variations
Color information
#E6EED9 (or 0xE6EED9) is known color: Saltpan. HEX triplet: E6, EE and D9. RGB value is (230,238,217). Sum of RGB (Red+Green+Blue) = 230+238+217=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 217 (85.16% from 255 or 31.68% from 685); Max value from RGB is 238 - color contains mainly: green. Hex color #E6EED9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EED9 is #191126. Grayscale: #E9E9E9. Windows color (decimal): -1642791 or 14282470. OLE color: 14282470.
HSL color Cylindrical-coordinate representation of color #E6EED9: hue angle of 82.86º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6EED9 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 238 | 217 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.07 |
| HSL | 82.86º | 0.38% | 0.89% | - |
| HSV(B) | 82.86º | 0.09% | 0.93% | - |
| XYZ | 75.73 | 82.98 | 77.67 | - |
| YUV | 233.21 | 118.85 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 238 | 217 | 0.03 | 0 | 0.09 | 0.07 | 82.86 | 0.38 | 0.89 |
| Hex | E6 | EE | D9 | 3 | 0 | 9 | 7 | 53 | 26 | 59 |
| Octal | 346 | 356 | 331 | 3 | 0 | 11 | 7 | 123 | 46 | 131 |
| Binary | 11100110 | 11101110 | 11011001 | 11 | 0 | 1001 | 111 | 1010011 | 100110 | 1011001 |
Color Harmonies of #E6EED9
Complementary color
Monochromatic Colors of #E6EED9
Black with #E6EED9
Text Example
Text Example
White with #E6EED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EED9; }
p { color: rgb(230,238,217); }
H1.HeaderClassName
{
color: #E6EED9;
}
.AnyTagClassName
{
color: #E6EED9;
}
</style>
background-color css
<style>
a { background-color: #E6EED9; }
a { background-color: rgb(230,238,217); }
div.DivClassName
{
background-color: #E6EED9;
}
.BgClassName
{
background-color: #E6EED9;
}
</style>
border-color css
<style>
span { border-color: #E6EED9; }
span { border-color: rgb(230,238,217); }
td.TdClassName
{
border-color: #E6EED9;
}
.TagClassName
{
border-color: #E6EED9;
}
</style>