#EAE6DB

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

Shades of Narvik #EAE6DB

Tints of Narvik #EAE6DB

Color information

#EAE6DB (or 0xEAE6DB) is unknown color: approx Narvik. HEX triplet: EA, E6 and DB. RGB value is (234,230,219). Sum of RGB (Red+Green+Blue) = 234+230+219=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE6DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE6DB is #151924. Grayscale: #E5E5E5. Windows color (decimal): -1382693 or 14411498. OLE color: 14411498.

HSL color Cylindrical-coordinate representation of color #EAE6DB: hue angle of 44º 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 #EAE6DB is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234230219-
CMYK00.020.060.08
HSL44º26.32%88.82%-
HSV(B)44º6.41%91.76%-
XYZ75.0179.278.35-
YUV229.94121.83130.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 230 (90.23% from 255) = 33.67%
BLUE value IS 219 (85.94% from 255) = 32.06%
R=34.26%
G=33.67%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423021900.020.060.084426.3288.82
HexEAE6DB02682c1a59
Octal352346333026105432131
Binary1110101011100110110110110101101000101100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE6DB; }

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

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

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

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

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

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

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

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