#EBE8DB

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

Shades of Narvik #EBE8DB

Tints of Narvik #EBE8DB

Color information

#EBE8DB (or 0xEBE8DB) is unknown color: approx Narvik. HEX triplet: EB, E8 and DB. RGB value is (235,232,219). Sum of RGB (Red+Green+Blue) = 235+232+219=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 232 (91.02% from 255 or 33.82% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8DB is #141724. Grayscale: #E7E7E7. Windows color (decimal): -1316645 or 14412011. OLE color: 14412011.

HSL color Cylindrical-coordinate representation of color #EBE8DB: hue angle of 48.75º 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 #EBE8DB is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235232219-
CMYK00.010.070.08
HSL48.75º28.57%89.02%-
HSV(B)48.75º6.81%92.16%-
XYZ75.980.4978.55-
YUV231.42120.99130.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.26%
GREEN value IS 232 (91.02% from 255) = 33.82%
BLUE value IS 219 (85.94% from 255) = 31.92%
R=34.26%
G=33.82%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523221900.010.070.0848.7528.5789.02
HexEBE8DB0178311d59
Octal353350333017106135131
Binary111010111110100011011011011111000110001111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8DB; }

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

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

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

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

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

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

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

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