Shades of Narvik #ECE8DD
Tints of Narvik #ECE8DD
RGB
CMYK
RGB Variations
Color information
#ECE8DD (or 0xECE8DD) is known color: Narvik. HEX triplet: EC, E8 and DD. RGB value is (236,232,221). Sum of RGB (Red+Green+Blue) = 236+232+221=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE8DD is #131722. Grayscale: #E7E7E7. Windows color (decimal): -1251107 or 14543084. OLE color: 14543084.
HSL color Cylindrical-coordinate representation of color #ECE8DD: hue angle of 44º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECE8DD is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 221 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.07 |
| HSL | 44º | 0.28% | 0.9% | - |
| HSV(B) | 44º | 0.06% | 0.93% | - |
| XYZ | 76.5 | 80.77 | 79.96 | - |
| YUV | 231.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 221 | 0 | 0.02 | 0.06 | 0.07 | 44 | 0.28 | 0.9 |
| Hex | EC | E8 | DD | 0 | 2 | 6 | 7 | 2C | 1C | 5A |
| Octal | 354 | 350 | 335 | 0 | 2 | 6 | 7 | 54 | 34 | 132 |
| Binary | 11101100 | 11101000 | 11011101 | 0 | 10 | 110 | 111 | 101100 | 11100 | 1011010 |
Color Harmonies of #ECE8DD
Complementary color
Monochromatic Colors of #ECE8DD
Black with #ECE8DD
Text Example
Text Example
White with #ECE8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8DD; }
p { color: rgb(236,232,221); }
H1.HeaderClassName
{
color: #ECE8DD;
}
.AnyTagClassName
{
color: #ECE8DD;
}
</style>
background-color css
<style>
a { background-color: #ECE8DD; }
a { background-color: rgb(236,232,221); }
div.DivClassName
{
background-color: #ECE8DD;
}
.BgClassName
{
background-color: #ECE8DD;
}
</style>
border-color css
<style>
span { border-color: #ECE8DD; }
span { border-color: rgb(236,232,221); }
td.TdClassName
{
border-color: #ECE8DD;
}
.TagClassName
{
border-color: #ECE8DD;
}
</style>