#E8E6DE

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

Shades of Narvik #E8E6DE

Tints of Narvik #E8E6DE

Color information

#E8E6DE (or 0xE8E6DE) is unknown color: approx Narvik. HEX triplet: E8, E6 and DE. RGB value is (232,230,222). Sum of RGB (Red+Green+Blue) = 232+230+222=684 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.92% from 684); Green value is 230 (90.23% from 255 or 33.63% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8E6DE is #171921. Grayscale: #E5E5E5. Windows color (decimal): -1513762 or 14608104. OLE color: 14608104.

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

Color convert

RGB232230222-
CMYK00.010.040.09
HSL48º17.86%89.02%-
HSV(B)48º4.31%90.98%-
XYZ74.7679.0280.42-
YUV229.69123.66129.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.92%
GREEN value IS 230 (90.23% from 255) = 33.63%
BLUE value IS 222 (87.11% from 255) = 32.46%
R=33.92%
G=33.63%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23223022200.010.040.094817.8689.02
HexE8E6DE0149301259
Octal350346336014116022131
Binary111010001110011011011110011001001110000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E6DE; }

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

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

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

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

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

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

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

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