#E8E5DD

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

Shades of Narvik #E8E5DD

Tints of Narvik #E8E5DD

Color information

#E8E5DD (or 0xE8E5DD) is unknown color: approx Narvik. HEX triplet: E8, E5 and DD. RGB value is (232,229,221). Sum of RGB (Red+Green+Blue) = 232+229+221=682 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.02% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8E5DD is #171A22. Grayscale: #E5E5E5. Windows color (decimal): -1514019 or 14542312. OLE color: 14542312.

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

Color convert

RGB232229221-
CMYK00.010.050.09
HSL43.64º19.3%88.82%-
HSV(B)43.64º4.74%90.98%-
XYZ74.3578.4179.62-
YUV228.98123.49130.15-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.02%
GREEN value IS 229 (89.84% from 255) = 33.58%
BLUE value IS 221 (86.72% from 255) = 32.40%
R=34.02%
G=33.58%
B=32.40%

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
Decimal23222922100.010.050.0943.6419.388.82
HexE8E5DD01592c1359
Octal350345335015115423131
Binary111010001110010111011101011011001101100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E5DD; }

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

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

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

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

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

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

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

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