Shades of Narvik #EBE7DB
Tints of Narvik #EBE7DB
RGB
CMYK
RGB Variations
Color information
#EBE7DB (or 0xEBE7DB) is known color: Narvik. HEX triplet: EB, E7 and DB. RGB value is (235,231,219). Sum of RGB (Red+Green+Blue) = 235+231+219=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7DB is #141824. Grayscale: #E6E6E6. Windows color (decimal): -1316901 or 14411755. OLE color: 14411755.
HSL color Cylindrical-coordinate representation of color #EBE7DB: hue angle of 45º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBE7DB is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 231 | 219 | - |
CMYK | 0 | 0.02 | 0.07 | 0.08 |
HSL | 45º | 0.29% | 0.89% | - |
HSV(B) | 45º | 0.07% | 0.92% | - |
XYZ | 75.62 | 79.93 | 78.46 | - |
YUV | 230.83 | 121.33 | 130.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 231 | 219 | 0 | 0.02 | 0.07 | 0.08 | 45 | 0.29 | 0.89 |
Hex | EB | E7 | DB | 0 | 2 | 7 | 8 | 2D | 1D | 59 |
Octal | 353 | 347 | 333 | 0 | 2 | 7 | 10 | 55 | 35 | 131 |
Binary | 11101011 | 11100111 | 11011011 | 0 | 10 | 111 | 1000 | 101101 | 11101 | 1011001 |
Color Harmonies of #EBE7DB
Complementary color
Monochromatic Colors of #EBE7DB
Black with #EBE7DB
Text Example
Text Example
White with #EBE7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE7DB; }
p { color: rgb(235,231,219); }
H1.HeaderClassName
{
color: #EBE7DB;
}
.AnyTagClassName
{
color: #EBE7DB;
}
</style>
background-color css
<style>
a { background-color: #EBE7DB; }
a { background-color: rgb(235,231,219); }
div.DivClassName
{
background-color: #EBE7DB;
}
.BgClassName
{
background-color: #EBE7DB;
}
</style>
border-color css
<style>
span { border-color: #EBE7DB; }
span { border-color: rgb(235,231,219); }
td.TdClassName
{
border-color: #EBE7DB;
}
.TagClassName
{
border-color: #EBE7DB;
}
</style>