#EAE8DE

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

Shades of Narvik #EAE8DE

Tints of Narvik #EAE8DE

Color information

#EAE8DE (or 0xEAE8DE) is unknown color: approx Narvik. HEX triplet: EA, E8 and DE. RGB value is (234,232,222). Sum of RGB (Red+Green+Blue) = 234+232+222=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 222 (87.11% from 255 or 32.27% from 688); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE8DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE8DE is #151721. Grayscale: #E7E7E7. Windows color (decimal): -1382178 or 14608618. OLE color: 14608618.

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

Color convert

RGB234232222-
CMYK00.010.050.08
HSL50º22.22%89.41%-
HSV(B)50º5.13%91.76%-
XYZ75.9780.4880.64-
YUV231.46122.66129.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.01%
GREEN value IS 232 (91.02% from 255) = 33.72%
BLUE value IS 222 (87.11% from 255) = 32.27%
R=34.01%
G=33.72%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423222200.010.050.085022.2289.41
HexEAE8DE0158321659
Octal352350336015106226131
Binary111010101110100011011110011011000110010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE8DE; }

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

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

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

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

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

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

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

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