Shades of Narvik #E7E4DB
Tints of Narvik #E7E4DB
RGB
CMYK
RGB Variations
Color information
#E7E4DB (or 0xE7E4DB) is known color: Narvik. HEX triplet: E7, E4 and DB. RGB value is (231,228,219). Sum of RGB (Red+Green+Blue) = 231+228+219=678 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.07% from 678); Green value is 228 (89.45% from 255 or 33.63% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E4DB is #181B24. Grayscale: #E3E3E3. Windows color (decimal): -1579813 or 14410983. OLE color: 14410983.
HSL color Cylindrical-coordinate representation of color #E7E4DB: hue angle of 45º degrees, saturation: 0.2, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E7E4DB is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 228 | 219 | - |
CMYK | 0 | 0.01 | 0.05 | 0.09 |
HSL | 45º | 0.2% | 0.88% | - |
HSV(B) | 45º | 0.05% | 0.91% | - |
XYZ | 73.48 | 77.59 | 78.12 | - |
YUV | 227.87 | 122.99 | 130.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 228 | 219 | 0 | 0.01 | 0.05 | 0.09 | 45 | 0.2 | 0.88 |
Hex | E7 | E4 | DB | 0 | 1 | 5 | 9 | 2D | 14 | 58 |
Octal | 347 | 344 | 333 | 0 | 1 | 5 | 11 | 55 | 24 | 130 |
Binary | 11100111 | 11100100 | 11011011 | 0 | 1 | 101 | 1001 | 101101 | 10100 | 1011000 |
Color Harmonies of #E7E4DB
Complementary color
Monochromatic Colors of #E7E4DB
Black with #E7E4DB
Text Example
Text Example
White with #E7E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E4DB; }
p { color: rgb(231,228,219); }
H1.HeaderClassName
{
color: #E7E4DB;
}
.AnyTagClassName
{
color: #E7E4DB;
}
</style>
background-color css
<style>
a { background-color: #E7E4DB; }
a { background-color: rgb(231,228,219); }
div.DivClassName
{
background-color: #E7E4DB;
}
.BgClassName
{
background-color: #E7E4DB;
}
</style>
border-color css
<style>
span { border-color: #E7E4DB; }
span { border-color: rgb(231,228,219); }
td.TdClassName
{
border-color: #E7E4DB;
}
.TagClassName
{
border-color: #E7E4DB;
}
</style>