Shades of Narvik #E7E4DA
Tints of Narvik #E7E4DA
RGB
CMYK
RGB Variations
Color information
#E7E4DA (or 0xE7E4DA) is known color: Narvik. HEX triplet: E7, E4 and DA. RGB value is (231,228,218). Sum of RGB (Red+Green+Blue) = 231+228+218=677 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.12% from 677); Green value is 228 (89.45% from 255 or 33.68% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E4DA is #181B25. Grayscale: #E3E3E3. Windows color (decimal): -1579814 or 14345447. OLE color: 14345447.
HSL color Cylindrical-coordinate representation of color #E7E4DA: hue angle of 46.15º degrees, saturation: 0.21, 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 #E7E4DA is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 228 | 218 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.09 |
| HSL | 46.15º | 0.21% | 0.88% | - |
| HSV(B) | 46.15º | 0.06% | 0.91% | - |
| XYZ | 73.35 | 77.54 | 77.43 | - |
| YUV | 227.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 228 | 218 | 0 | 0.01 | 0.06 | 0.09 | 46.15 | 0.21 | 0.88 |
| Hex | E7 | E4 | DA | 0 | 1 | 6 | 9 | 2E | 15 | 58 |
| Octal | 347 | 344 | 332 | 0 | 1 | 6 | 11 | 56 | 25 | 130 |
| Binary | 11100111 | 11100100 | 11011010 | 0 | 1 | 110 | 1001 | 101110 | 10101 | 1011000 |
Color Harmonies of #E7E4DA
Complementary color
Monochromatic Colors of #E7E4DA
Black with #E7E4DA
Text Example
Text Example
White with #E7E4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E4DA; }
p { color: rgb(231,228,218); }
H1.HeaderClassName
{
color: #E7E4DA;
}
.AnyTagClassName
{
color: #E7E4DA;
}
</style>
background-color css
<style>
a { background-color: #E7E4DA; }
a { background-color: rgb(231,228,218); }
div.DivClassName
{
background-color: #E7E4DA;
}
.BgClassName
{
background-color: #E7E4DA;
}
</style>
border-color css
<style>
span { border-color: #E7E4DA; }
span { border-color: rgb(231,228,218); }
td.TdClassName
{
border-color: #E7E4DA;
}
.TagClassName
{
border-color: #E7E4DA;
}
</style>