Shades of Narvik #E9E6DD
Tints of Narvik #E9E6DD
RGB
CMYK
RGB Variations
Color information
#E9E6DD (or 0xE9E6DD) is known color: Narvik. HEX triplet: E9, E6 and DD. RGB value is (233,230,221). Sum of RGB (Red+Green+Blue) = 233+230+221=684 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.06% from 684); Green value is 230 (90.23% from 255 or 33.63% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9E6DD is #161922. Grayscale: #E5E5E5. Windows color (decimal): -1448227 or 14542569. OLE color: 14542569.
HSL color Cylindrical-coordinate representation of color #E9E6DD: hue angle of 45º degrees, saturation: 0.21, 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 #E9E6DD is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 230 | 221 | - |
CMYK | 0 | 0.01 | 0.05 | 0.09 |
HSL | 45º | 0.21% | 0.89% | - |
HSV(B) | 45º | 0.05% | 0.91% | - |
XYZ | 74.95 | 79.14 | 79.73 | - |
YUV | 229.87 | 122.99 | 130.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 230 | 221 | 0 | 0.01 | 0.05 | 0.09 | 45 | 0.21 | 0.89 |
Hex | E9 | E6 | DD | 0 | 1 | 5 | 9 | 2D | 15 | 59 |
Octal | 351 | 346 | 335 | 0 | 1 | 5 | 11 | 55 | 25 | 131 |
Binary | 11101001 | 11100110 | 11011101 | 0 | 1 | 101 | 1001 | 101101 | 10101 | 1011001 |
Color Harmonies of #E9E6DD
Complementary color
Monochromatic Colors of #E9E6DD
Black with #E9E6DD
Text Example
Text Example
White with #E9E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E6DD; }
p { color: rgb(233,230,221); }
H1.HeaderClassName
{
color: #E9E6DD;
}
.AnyTagClassName
{
color: #E9E6DD;
}
</style>
background-color css
<style>
a { background-color: #E9E6DD; }
a { background-color: rgb(233,230,221); }
div.DivClassName
{
background-color: #E9E6DD;
}
.BgClassName
{
background-color: #E9E6DD;
}
</style>
border-color css
<style>
span { border-color: #E9E6DD; }
span { border-color: rgb(233,230,221); }
td.TdClassName
{
border-color: #E9E6DD;
}
.TagClassName
{
border-color: #E9E6DD;
}
</style>