#ECE8DB

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

Shades of Narvik #ECE8DB

Tints of Narvik #ECE8DB

Color information

#ECE8DB (or 0xECE8DB) is unknown color: approx Narvik. HEX triplet: EC, E8 and DB. RGB value is (236,232,219). Sum of RGB (Red+Green+Blue) = 236+232+219=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE8DB is #131724. Grayscale: #E7E7E7. Windows color (decimal): -1251109 or 14412012. OLE color: 14412012.

HSL color Cylindrical-coordinate representation of color #ECE8DB: hue angle of 45.88º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECE8DB is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB236232219-
CMYK00.020.070.07
HSL45.88º30.91%89.22%-
HSV(B)45.88º7.2%92.55%-
XYZ76.2380.6678.57-
YUV231.71120.83131.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.35%
GREEN value IS 232 (91.02% from 255) = 33.77%
BLUE value IS 219 (85.94% from 255) = 31.88%
R=34.35%
G=33.77%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623221900.020.070.0745.8830.9189.22
HexECE8DB02772e1f59
Octal35435033302775637131
Binary111011001110100011011011010111111101110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE8DB; }

 p { color: rgb(236,232,219); }

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

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

 a { background-color: rgb(236,232,219); }

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

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

 span { border-color: rgb(236,232,219); }

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