Shades of Narvik #ECE7DA
Tints of Narvik #ECE7DA
RGB
CMYK
RGB Variations
Color information
#ECE7DA (or 0xECE7DA) is known color: Narvik. HEX triplet: EC, E7 and DA. RGB value is (236,231,218). Sum of RGB (Red+Green+Blue) = 236+231+218=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE7DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE7DA is #131825. Grayscale: #E7E7E7. Windows color (decimal): -1251366 or 14346220. OLE color: 14346220.
HSL color Cylindrical-coordinate representation of color #ECE7DA: hue angle of 43.33º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECE7DA is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 231 | 218 | - |
CMYK | 0 | 0.02 | 0.08 | 0.07 |
HSL | 43.33º | 0.32% | 0.89% | - |
HSV(B) | 43.33º | 0.08% | 0.93% | - |
XYZ | 75.82 | 80.05 | 77.78 | - |
YUV | 231.01 | 120.66 | 131.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 231 | 218 | 0 | 0.02 | 0.08 | 0.07 | 43.33 | 0.32 | 0.89 |
Hex | EC | E7 | DA | 0 | 2 | 8 | 7 | 2B | 20 | 59 |
Octal | 354 | 347 | 332 | 0 | 2 | 10 | 7 | 53 | 40 | 131 |
Binary | 11101100 | 11100111 | 11011010 | 0 | 10 | 1000 | 111 | 101011 | 100000 | 1011001 |
Color Harmonies of #ECE7DA
Complementary color
Monochromatic Colors of #ECE7DA
Black with #ECE7DA
Text Example
Text Example
White with #ECE7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE7DA; }
p { color: rgb(236,231,218); }
H1.HeaderClassName
{
color: #ECE7DA;
}
.AnyTagClassName
{
color: #ECE7DA;
}
</style>
background-color css
<style>
a { background-color: #ECE7DA; }
a { background-color: rgb(236,231,218); }
div.DivClassName
{
background-color: #ECE7DA;
}
.BgClassName
{
background-color: #ECE7DA;
}
</style>
border-color css
<style>
span { border-color: #ECE7DA; }
span { border-color: rgb(236,231,218); }
td.TdClassName
{
border-color: #ECE7DA;
}
.TagClassName
{
border-color: #ECE7DA;
}
</style>