#E8E6DD

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

Shades of Narvik #E8E6DD

Tints of Narvik #E8E6DD

Color information

#E8E6DD (or 0xE8E6DD) is unknown color: approx Narvik. HEX triplet: E8, E6 and DD. RGB value is (232,230,221). Sum of RGB (Red+Green+Blue) = 232+230+221=683 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.97% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8E6DD is #171922. Grayscale: #E5E5E5. Windows color (decimal): -1513763 or 14542568. OLE color: 14542568.

HSL color Cylindrical-coordinate representation of color #E8E6DD: hue angle of 49.09º degrees, saturation: 0.19, 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 #E8E6DD is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB232230221-
CMYK00.010.050.09
HSL49.09º19.3%88.82%-
HSV(B)49.09º4.74%90.98%-
XYZ74.6378.9779.72-
YUV229.57123.16129.73-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.97%
GREEN value IS 230 (90.23% from 255) = 33.67%
BLUE value IS 221 (86.72% from 255) = 32.36%
R=33.97%
G=33.67%
B=32.36%

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
Decimal23223022100.010.050.0949.0919.388.82
HexE8E6DD0159311359
Octal350346335015116123131
Binary111010001110011011011101011011001110001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E6DD; }

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

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

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

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

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

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

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

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