#EBE8DC

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

Shades of Narvik #EBE8DC

Tints of Narvik #EBE8DC

Color information

#EBE8DC (or 0xEBE8DC) is unknown color: approx Narvik. HEX triplet: EB, E8 and DC. RGB value is (235,232,220). Sum of RGB (Red+Green+Blue) = 235+232+220=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8DC is #141723. Grayscale: #E7E7E7. Windows color (decimal): -1316644 or 14477547. OLE color: 14477547.

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

Color convert

RGB235232220-
CMYK00.010.060.08
HSL48º27.27%89.22%-
HSV(B)48º6.38%92.16%-
XYZ76.0480.5479.25-
YUV231.53121.49130.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.21%
GREEN value IS 232 (91.02% from 255) = 33.77%
BLUE value IS 220 (86.33% from 255) = 32.02%
R=34.21%
G=33.77%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523222000.010.060.084827.2789.22
HexEBE8DC0168301b59
Octal353350334016106033131
Binary111010111110100011011100011101000110000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8DC; }

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

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

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

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

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

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

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

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