#EAE7DB

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

Shades of Narvik #EAE7DB

Tints of Narvik #EAE7DB

Color information

#EAE7DB (or 0xEAE7DB) is unknown color: approx Narvik. HEX triplet: EA, E7 and DB. RGB value is (234,231,219). Sum of RGB (Red+Green+Blue) = 234+231+219=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 231 (90.62% from 255 or 33.77% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE7DB is #151824. Grayscale: #E6E6E6. Windows color (decimal): -1382437 or 14411754. OLE color: 14411754.

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

Color convert

RGB234231219-
CMYK00.010.060.08
HSL48º26.32%88.82%-
HSV(B)48º6.41%91.76%-
XYZ75.2979.7678.44-
YUV230.53121.49130.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 231 (90.62% from 255) = 33.77%
BLUE value IS 219 (85.94% from 255) = 32.02%
R=34.21%
G=33.77%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423121900.010.060.084826.3288.82
HexEAE7DB0168301a59
Octal352347333016106032131
Binary111010101110011111011011011101000110000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE7DB; }

 p { color: rgb(234,231,219); }

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

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

 a { background-color: rgb(234,231,219); }

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

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

 span { border-color: rgb(234,231,219); }

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