Shades of Narvik #ECE8D6
Tints of Narvik #ECE8D6
RGB
CMYK
RGB Variations
Color information
#ECE8D6 (or 0xECE8D6) is known color: Narvik. HEX triplet: EC, E8 and D6. RGB value is (236,232,214). Sum of RGB (Red+Green+Blue) = 236+232+214=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 232 (91.02% from 255 or 34.02% from 682); Blue value is 214 (83.98% from 255 or 31.38% from 682); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE8D6 is #131729. Grayscale: #E7E7E7. Windows color (decimal): -1251114 or 14084332. OLE color: 14084332.
HSL color Cylindrical-coordinate representation of color #ECE8D6: hue angle of 49.09º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECE8D6 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 232 | 214 | - |
CMYK | 0 | 0.02 | 0.09 | 0.07 |
HSL | 49.09º | 0.37% | 0.88% | - |
HSV(B) | 49.09º | 0.09% | 0.93% | - |
XYZ | 75.59 | 80.4 | 75.15 | - |
YUV | 231.14 | 118.33 | 131.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 232 | 214 | 0 | 0.02 | 0.09 | 0.07 | 49.09 | 0.37 | 0.88 |
Hex | EC | E8 | D6 | 0 | 2 | 9 | 7 | 31 | 25 | 58 |
Octal | 354 | 350 | 326 | 0 | 2 | 11 | 7 | 61 | 45 | 130 |
Binary | 11101100 | 11101000 | 11010110 | 0 | 10 | 1001 | 111 | 110001 | 100101 | 1011000 |
Color Harmonies of #ECE8D6
Complementary color
Monochromatic Colors of #ECE8D6
Black with #ECE8D6
Text Example
Text Example
White with #ECE8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8D6; }
p { color: rgb(236,232,214); }
H1.HeaderClassName
{
color: #ECE8D6;
}
.AnyTagClassName
{
color: #ECE8D6;
}
</style>
background-color css
<style>
a { background-color: #ECE8D6; }
a { background-color: rgb(236,232,214); }
div.DivClassName
{
background-color: #ECE8D6;
}
.BgClassName
{
background-color: #ECE8D6;
}
</style>
border-color css
<style>
span { border-color: #ECE8D6; }
span { border-color: rgb(236,232,214); }
td.TdClassName
{
border-color: #ECE8D6;
}
.TagClassName
{
border-color: #ECE8D6;
}
</style>