#E8E6DC

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

Shades of Narvik #E8E6DC

Tints of Narvik #E8E6DC

Color information

#E8E6DC (or 0xE8E6DC) is unknown color: approx Narvik. HEX triplet: E8, E6 and DC. RGB value is (232,230,220). Sum of RGB (Red+Green+Blue) = 232+230+220=682 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.02% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8E6DC is #171923. Grayscale: #E5E5E5. Windows color (decimal): -1513764 or 14477032. OLE color: 14477032.

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

Color convert

RGB232230220-
CMYK00.010.050.09
HSL50º20.69%88.63%-
HSV(B)50º5.17%90.98%-
XYZ74.4978.9279.02-
YUV229.46122.66129.81-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.02%
GREEN value IS 230 (90.23% from 255) = 33.72%
BLUE value IS 220 (86.33% from 255) = 32.26%
R=34.02%
G=33.72%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23223022000.010.050.095020.6988.63
HexE8E6DC0159321559
Octal350346334015116225131
Binary111010001110011011011100011011001110010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E6DC; }

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

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

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

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

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

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

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

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