#ECE8D6

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

Shades of Narvik #ECE8D6

Tints of Narvik #ECE8D6

Color information

#ECE8D6 (or 0xECE8D6) is unknown color: approx Narvik. HEX triplet: EC, E8 and D6. RGB value is (236,232,214). Sum of RGB (Red+Green+Blue) = 236+232+214=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 232 (91.02% from 255 or 34.02% from 682); Blue value is 214 (83.98% from 255 or 31.38% from 682); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE8D6 is #131729. Grayscale: #E7E7E7. Windows color (decimal): -1251114 or 14084332. OLE color: 14084332.

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

Color convert

RGB236232214-
CMYK00.020.090.07
HSL49.09º36.67%88.24%-
HSV(B)49.09º9.32%92.55%-
XYZ75.5980.475.15-
YUV231.14118.33131.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.60%
GREEN value IS 232 (91.02% from 255) = 34.02%
BLUE value IS 214 (83.98% from 255) = 31.38%
R=34.60%
G=34.02%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623221400.020.090.0749.0936.6788.24
HexECE8D60297312558
Octal354350326021176145130
Binary11101100111010001101011001010011111100011001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE8D6; }

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

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

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

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

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

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

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

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