Shades of Narvik #E7E5DC
Tints of Narvik #E7E5DC
RGB
CMYK
RGB Variations
Color information
#E7E5DC (or 0xE7E5DC) is known color: Narvik. HEX triplet: E7, E5 and DC. RGB value is (231,229,220). Sum of RGB (Red+Green+Blue) = 231+229+220=680 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.97% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E5DC is #181A23. Grayscale: #E4E4E4. Windows color (decimal): -1579556 or 14476775. OLE color: 14476775.
HSL color Cylindrical-coordinate representation of color #E7E5DC: hue angle of 49.09º degrees, saturation: 0.19, 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 #E7E5DC is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 229 | 220 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.09 |
| HSL | 49.09º | 0.19% | 0.88% | - |
| HSV(B) | 49.09º | 0.05% | 0.91% | - |
| XYZ | 73.89 | 78.19 | 78.91 | - |
| YUV | 228.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 229 | 220 | 0 | 0.01 | 0.05 | 0.09 | 49.09 | 0.19 | 0.88 |
| Hex | E7 | E5 | DC | 0 | 1 | 5 | 9 | 31 | 13 | 58 |
| Octal | 347 | 345 | 334 | 0 | 1 | 5 | 11 | 61 | 23 | 130 |
| Binary | 11100111 | 11100101 | 11011100 | 0 | 1 | 101 | 1001 | 110001 | 10011 | 1011000 |
Color Harmonies of #E7E5DC
Complementary color
Monochromatic Colors of #E7E5DC
Black with #E7E5DC
Text Example
Text Example
White with #E7E5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E5DC; }
p { color: rgb(231,229,220); }
H1.HeaderClassName
{
color: #E7E5DC;
}
.AnyTagClassName
{
color: #E7E5DC;
}
</style>
background-color css
<style>
a { background-color: #E7E5DC; }
a { background-color: rgb(231,229,220); }
div.DivClassName
{
background-color: #E7E5DC;
}
.BgClassName
{
background-color: #E7E5DC;
}
</style>
border-color css
<style>
span { border-color: #E7E5DC; }
span { border-color: rgb(231,229,220); }
td.TdClassName
{
border-color: #E7E5DC;
}
.TagClassName
{
border-color: #E7E5DC;
}
</style>