Shades of Narvik #E9E6DE
Tints of Narvik #E9E6DE
RGB
CMYK
RGB Variations
Color information
#E9E6DE (or 0xE9E6DE) is known color: Narvik. HEX triplet: E9, E6 and DE. RGB value is (233,230,222). Sum of RGB (Red+Green+Blue) = 233+230+222=685 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.01% from 685); Green value is 230 (90.23% from 255 or 33.58% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9E6DE is #161921. Grayscale: #E6E6E6. Windows color (decimal): -1448226 or 14608105. OLE color: 14608105.
HSL color Cylindrical-coordinate representation of color #E9E6DE: hue angle of 43.64º degrees, saturation: 0.2, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E9E6DE is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 230 | 222 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.09 |
| HSL | 43.64º | 0.2% | 0.89% | - |
| HSV(B) | 43.64º | 0.05% | 0.91% | - |
| XYZ | 75.09 | 79.19 | 80.44 | - |
| YUV | 229.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 230 | 222 | 0 | 0.01 | 0.05 | 0.09 | 43.64 | 0.2 | 0.89 |
| Hex | E9 | E6 | DE | 0 | 1 | 5 | 9 | 2C | 14 | 59 |
| Octal | 351 | 346 | 336 | 0 | 1 | 5 | 11 | 54 | 24 | 131 |
| Binary | 11101001 | 11100110 | 11011110 | 0 | 1 | 101 | 1001 | 101100 | 10100 | 1011001 |
Color Harmonies of #E9E6DE
Complementary color
Monochromatic Colors of #E9E6DE
Black with #E9E6DE
Text Example
Text Example
White with #E9E6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E6DE; }
p { color: rgb(233,230,222); }
H1.HeaderClassName
{
color: #E9E6DE;
}
.AnyTagClassName
{
color: #E9E6DE;
}
</style>
background-color css
<style>
a { background-color: #E9E6DE; }
a { background-color: rgb(233,230,222); }
div.DivClassName
{
background-color: #E9E6DE;
}
.BgClassName
{
background-color: #E9E6DE;
}
</style>
border-color css
<style>
span { border-color: #E9E6DE; }
span { border-color: rgb(233,230,222); }
td.TdClassName
{
border-color: #E9E6DE;
}
.TagClassName
{
border-color: #E9E6DE;
}
</style>