Shades of Narvik #E7E4D9
Tints of Narvik #E7E4D9
RGB
CMYK
RGB Variations
Color information
#E7E4D9 (or 0xE7E4D9) is known color: Narvik. HEX triplet: E7, E4 and D9. RGB value is (231,228,217). Sum of RGB (Red+Green+Blue) = 231+228+217=676 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.17% from 676); Green value is 228 (89.45% from 255 or 33.73% from 676); Blue value is 217 (85.16% from 255 or 32.10% from 676); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E4D9 is #181B26. Grayscale: #E3E3E3. Windows color (decimal): -1579815 or 14279911. OLE color: 14279911.
HSL color Cylindrical-coordinate representation of color #E7E4D9: hue angle of 47.14º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E7E4D9 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 228 | 217 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.09 |
| HSL | 47.14º | 0.23% | 0.88% | - |
| HSV(B) | 47.14º | 0.06% | 0.91% | - |
| XYZ | 73.22 | 77.49 | 76.74 | - |
| YUV | 227.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 228 | 217 | 0 | 0.01 | 0.06 | 0.09 | 47.14 | 0.23 | 0.88 |
| Hex | E7 | E4 | D9 | 0 | 1 | 6 | 9 | 2F | 17 | 58 |
| Octal | 347 | 344 | 331 | 0 | 1 | 6 | 11 | 57 | 27 | 130 |
| Binary | 11100111 | 11100100 | 11011001 | 0 | 1 | 110 | 1001 | 101111 | 10111 | 1011000 |
Color Harmonies of #E7E4D9
Complementary color
Monochromatic Colors of #E7E4D9
Black with #E7E4D9
Text Example
Text Example
White with #E7E4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E4D9; }
p { color: rgb(231,228,217); }
H1.HeaderClassName
{
color: #E7E4D9;
}
.AnyTagClassName
{
color: #E7E4D9;
}
</style>
background-color css
<style>
a { background-color: #E7E4D9; }
a { background-color: rgb(231,228,217); }
div.DivClassName
{
background-color: #E7E4D9;
}
.BgClassName
{
background-color: #E7E4D9;
}
</style>
border-color css
<style>
span { border-color: #E7E4D9; }
span { border-color: rgb(231,228,217); }
td.TdClassName
{
border-color: #E7E4D9;
}
.TagClassName
{
border-color: #E7E4D9;
}
</style>