#EBE8D9

Color #EBE8D9 Narvik (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Narvik #EBE8D9

Tints of Narvik #EBE8D9

Color information

#EBE8D9 (or 0xEBE8D9) is unknown color: approx Narvik. HEX triplet: EB, E8 and D9. RGB value is (235,232,217). Sum of RGB (Red+Green+Blue) = 235+232+217=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 232 (91.02% from 255 or 33.92% from 684); Blue value is 217 (85.16% from 255 or 31.73% from 684); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8D9 is #141726. Grayscale: #E7E7E7. Windows color (decimal): -1316647 or 14280939. OLE color: 14280939.

HSL color Cylindrical-coordinate representation of color #EBE8D9: hue angle of 50º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBE8D9 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235232217-
CMYK00.010.080.08
HSL50º31.03%88.63%-
HSV(B)50º7.66%92.16%-
XYZ75.6480.3977.17-
YUV231.19119.99130.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 232 (91.02% from 255) = 33.92%
BLUE value IS 217 (85.16% from 255) = 31.73%
R=34.36%
G=33.92%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523221700.010.080.085031.0388.63
HexEBE8D90188321f59
Octal3533503310110106237131
Binary1110101111101000110110010110001000110010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8D9; }

 p { color: rgb(235,232,217); }

 H1.HeaderClassName
 {
   color: #EBE8D9;
 }
 .AnyTagClassName
 {
   color: #EBE8D9;
 }
</style>
background-color css

<style>
 a { background-color: #EBE8D9; }

 a { background-color: rgb(235,232,217); }

 div.DivClassName
 {
   background-color: #EBE8D9;
 }
 .BgClassName
 {
   background-color: #EBE8D9;
 }
</style>
border-color css

<style>
 span { border-color: #EBE8D9; }

 span { border-color: rgb(235,232,217); }

 td.TdClassName
 {
   border-color: #EBE8D9;
 }
 .TagClassName
 {
   border-color: #EBE8D9;
 }
</style>