Shades of Narvik #E9E6D7
Tints of Narvik #E9E6D7
RGB
CMYK
RGB Variations
Color information
#E9E6D7 (or 0xE9E6D7) is known color: Narvik. HEX triplet: E9, E6 and D7. RGB value is (233,230,215). Sum of RGB (Red+Green+Blue) = 233+230+215=678 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.37% from 678); Green value is 230 (90.23% from 255 or 33.92% from 678); Blue value is 215 (84.38% from 255 or 31.71% from 678); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E6D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9E6D7 is #161928. Grayscale: #E5E5E5. Windows color (decimal): -1448233 or 14149353. OLE color: 14149353.
HSL color Cylindrical-coordinate representation of color #E9E6D7: hue angle of 50º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9E6D7 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 230 | 215 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.09 |
| HSL | 50º | 0.29% | 0.88% | - |
| HSV(B) | 50º | 0.08% | 0.91% | - |
| XYZ | 74.17 | 78.82 | 75.6 | - |
| YUV | 229.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 230 | 215 | 0 | 0.01 | 0.08 | 0.09 | 50 | 0.29 | 0.88 |
| Hex | E9 | E6 | D7 | 0 | 1 | 8 | 9 | 32 | 1D | 58 |
| Octal | 351 | 346 | 327 | 0 | 1 | 10 | 11 | 62 | 35 | 130 |
| Binary | 11101001 | 11100110 | 11010111 | 0 | 1 | 1000 | 1001 | 110010 | 11101 | 1011000 |
Color Harmonies of #E9E6D7
Complementary color
Monochromatic Colors of #E9E6D7
Black with #E9E6D7
Text Example
Text Example
White with #E9E6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E6D7; }
p { color: rgb(233,230,215); }
H1.HeaderClassName
{
color: #E9E6D7;
}
.AnyTagClassName
{
color: #E9E6D7;
}
</style>
background-color css
<style>
a { background-color: #E9E6D7; }
a { background-color: rgb(233,230,215); }
div.DivClassName
{
background-color: #E9E6D7;
}
.BgClassName
{
background-color: #E9E6D7;
}
</style>
border-color css
<style>
span { border-color: #E9E6D7; }
span { border-color: rgb(233,230,215); }
td.TdClassName
{
border-color: #E9E6D7;
}
.TagClassName
{
border-color: #E9E6D7;
}
</style>