Shades of Narvik #ECE8DC
Tints of Narvik #ECE8DC
RGB
CMYK
RGB Variations
Color information
#ECE8DC (or 0xECE8DC) is known color: Narvik. HEX triplet: EC, E8 and DC. RGB value is (236,232,220). Sum of RGB (Red+Green+Blue) = 236+232+220=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE8DC is #131723. Grayscale: #E7E7E7. Windows color (decimal): -1251108 or 14477548. OLE color: 14477548.
HSL color Cylindrical-coordinate representation of color #ECE8DC: hue angle of 45º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECE8DC is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 220 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.07 |
| HSL | 45º | 0.3% | 0.89% | - |
| HSV(B) | 45º | 0.07% | 0.93% | - |
| XYZ | 76.37 | 80.71 | 79.26 | - |
| YUV | 231.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 220 | 0 | 0.02 | 0.07 | 0.07 | 45 | 0.3 | 0.89 |
| Hex | EC | E8 | DC | 0 | 2 | 7 | 7 | 2D | 1E | 59 |
| Octal | 354 | 350 | 334 | 0 | 2 | 7 | 7 | 55 | 36 | 131 |
| Binary | 11101100 | 11101000 | 11011100 | 0 | 10 | 111 | 111 | 101101 | 11110 | 1011001 |
Color Harmonies of #ECE8DC
Complementary color
Monochromatic Colors of #ECE8DC
Black with #ECE8DC
Text Example
Text Example
White with #ECE8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8DC; }
p { color: rgb(236,232,220); }
H1.HeaderClassName
{
color: #ECE8DC;
}
.AnyTagClassName
{
color: #ECE8DC;
}
</style>
background-color css
<style>
a { background-color: #ECE8DC; }
a { background-color: rgb(236,232,220); }
div.DivClassName
{
background-color: #ECE8DC;
}
.BgClassName
{
background-color: #ECE8DC;
}
</style>
border-color css
<style>
span { border-color: #ECE8DC; }
span { border-color: rgb(236,232,220); }
td.TdClassName
{
border-color: #ECE8DC;
}
.TagClassName
{
border-color: #ECE8DC;
}
</style>