Shades of Narvik #E8E5DA
Tints of Narvik #E8E5DA
RGB
CMYK
RGB Variations
Color information
#E8E5DA (or 0xE8E5DA) is known color: Narvik. HEX triplet: E8, E5 and DA. RGB value is (232,229,218). Sum of RGB (Red+Green+Blue) = 232+229+218=679 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.17% from 679); Green value is 229 (89.84% from 255 or 33.73% from 679); Blue value is 218 (85.55% from 255 or 32.11% from 679); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8E5DA is #171A25. Grayscale: #E4E4E4. Windows color (decimal): -1514022 or 14345704. OLE color: 14345704.
HSL color Cylindrical-coordinate representation of color #E8E5DA: 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 #E8E5DA is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 229 | 218 | - |
| 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.95 | 78.26 | 77.54 | - |
| YUV | 228.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 229 | 218 | 0 | 0.01 | 0.06 | 0.09 | 47.14 | 0.23 | 0.88 |
| Hex | E8 | E5 | DA | 0 | 1 | 6 | 9 | 2F | 17 | 58 |
| Octal | 350 | 345 | 332 | 0 | 1 | 6 | 11 | 57 | 27 | 130 |
| Binary | 11101000 | 11100101 | 11011010 | 0 | 1 | 110 | 1001 | 101111 | 10111 | 1011000 |
Color Harmonies of #E8E5DA
Complementary color
Monochromatic Colors of #E8E5DA
Black with #E8E5DA
Text Example
Text Example
White with #E8E5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E5DA; }
p { color: rgb(232,229,218); }
H1.HeaderClassName
{
color: #E8E5DA;
}
.AnyTagClassName
{
color: #E8E5DA;
}
</style>
background-color css
<style>
a { background-color: #E8E5DA; }
a { background-color: rgb(232,229,218); }
div.DivClassName
{
background-color: #E8E5DA;
}
.BgClassName
{
background-color: #E8E5DA;
}
</style>
border-color css
<style>
span { border-color: #E8E5DA; }
span { border-color: rgb(232,229,218); }
td.TdClassName
{
border-color: #E8E5DA;
}
.TagClassName
{
border-color: #E8E5DA;
}
</style>