Shades of Narvik #E9E5DA
Tints of Narvik #E9E5DA
RGB
CMYK
RGB Variations
Color information
#E9E5DA (or 0xE9E5DA) is known color: Narvik. HEX triplet: E9, E5 and DA. RGB value is (233,229,218). Sum of RGB (Red+Green+Blue) = 233+229+218=680 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.26% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E5DA is #161A25. Grayscale: #E4E4E4. Windows color (decimal): -1448486 or 14345705. OLE color: 14345705.
HSL color Cylindrical-coordinate representation of color #E9E5DA: hue angle of 44º degrees, saturation: 0.25, 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 #E9E5DA is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 229 | 218 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.09 |
| HSL | 44º | 0.25% | 0.88% | - |
| HSV(B) | 44º | 0.06% | 0.91% | - |
| XYZ | 74.28 | 78.42 | 77.55 | - |
| YUV | 228.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 229 | 218 | 0 | 0.02 | 0.06 | 0.09 | 44 | 0.25 | 0.88 |
| Hex | E9 | E5 | DA | 0 | 2 | 6 | 9 | 2C | 19 | 58 |
| Octal | 351 | 345 | 332 | 0 | 2 | 6 | 11 | 54 | 31 | 130 |
| Binary | 11101001 | 11100101 | 11011010 | 0 | 10 | 110 | 1001 | 101100 | 11001 | 1011000 |
Color Harmonies of #E9E5DA
Complementary color
Monochromatic Colors of #E9E5DA
Black with #E9E5DA
Text Example
Text Example
White with #E9E5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E5DA; }
p { color: rgb(233,229,218); }
H1.HeaderClassName
{
color: #E9E5DA;
}
.AnyTagClassName
{
color: #E9E5DA;
}
</style>
background-color css
<style>
a { background-color: #E9E5DA; }
a { background-color: rgb(233,229,218); }
div.DivClassName
{
background-color: #E9E5DA;
}
.BgClassName
{
background-color: #E9E5DA;
}
</style>
border-color css
<style>
span { border-color: #E9E5DA; }
span { border-color: rgb(233,229,218); }
td.TdClassName
{
border-color: #E9E5DA;
}
.TagClassName
{
border-color: #E9E5DA;
}
</style>