#E6E5E0

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

Shades of Narvik #E6E5E0

Tints of Narvik #E6E5E0

Color information

#E6E5E0 (or 0xE6E5E0) is unknown color: approx Narvik. HEX triplet: E6, E5 and E0. RGB value is (230,229,224). Sum of RGB (Red+Green+Blue) = 230+229+224=683 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.67% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 224 (87.89% from 255 or 32.80% from 683); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E5E0 is #191A1F. Grayscale: #E4E4E4. Windows color (decimal): -1645088 or 14738918. OLE color: 14738918.

HSL color Cylindrical-coordinate representation of color #E6E5E0: hue angle of 50º degrees, saturation: 0.11, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6E5E0 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB230229224-
CMYK00.000.030.10
HSL50º10.71%89.02%-
HSV(B)50º2.61%90.2%-
XYZ74.1178.2481.72-
YUV228.73125.33128.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.67%
GREEN value IS 229 (89.84% from 255) = 33.53%
BLUE value IS 224 (87.89% from 255) = 32.80%
R=33.67%
G=33.53%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022922400.000.030.105010.7189.02
HexE6E5E0003A32b59
Octal346345340003126213131
Binary1110011011100101111000000011101011001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E5E0; }

 p { color: rgb(230,229,224); }

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

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

 a { background-color: rgb(230,229,224); }

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

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

 span { border-color: rgb(230,229,224); }

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