Shades of Narvik #ECE9E0
Tints of Narvik #ECE9E0
RGB
CMYK
RGB Variations
Color information
#ECE9E0 (or 0xECE9E0) is known color: Narvik. HEX triplet: EC, E9 and E0. RGB value is (236,233,224). Sum of RGB (Red+Green+Blue) = 236+233+224=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 233 (91.41% from 255 or 33.62% from 693); Blue value is 224 (87.89% from 255 or 32.32% from 693); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE9E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE9E0 is #13161F. Grayscale: #E8E8E8. Windows color (decimal): -1250848 or 14739948. OLE color: 14739948.
HSL color Cylindrical-coordinate representation of color #ECE9E0: hue angle of 45º degrees, saturation: 0.24, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECE9E0 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 233 | 224 | - |
CMYK | 0 | 0.01 | 0.05 | 0.07 |
HSL | 45º | 0.24% | 0.9% | - |
HSV(B) | 45º | 0.05% | 0.93% | - |
XYZ | 77.19 | 81.49 | 82.18 | - |
YUV | 232.87 | 122.99 | 130.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 233 | 224 | 0 | 0.01 | 0.05 | 0.07 | 45 | 0.24 | 0.9 |
Hex | EC | E9 | E0 | 0 | 1 | 5 | 7 | 2D | 18 | 5A |
Octal | 354 | 351 | 340 | 0 | 1 | 5 | 7 | 55 | 30 | 132 |
Binary | 11101100 | 11101001 | 11100000 | 0 | 1 | 101 | 111 | 101101 | 11000 | 1011010 |
Color Harmonies of #ECE9E0
Complementary color
Monochromatic Colors of #ECE9E0
Black with #ECE9E0
Text Example
Text Example
White with #ECE9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE9E0; }
p { color: rgb(236,233,224); }
H1.HeaderClassName
{
color: #ECE9E0;
}
.AnyTagClassName
{
color: #ECE9E0;
}
</style>
background-color css
<style>
a { background-color: #ECE9E0; }
a { background-color: rgb(236,233,224); }
div.DivClassName
{
background-color: #ECE9E0;
}
.BgClassName
{
background-color: #ECE9E0;
}
</style>
border-color css
<style>
span { border-color: #ECE9E0; }
span { border-color: rgb(236,233,224); }
td.TdClassName
{
border-color: #ECE9E0;
}
.TagClassName
{
border-color: #ECE9E0;
}
</style>