#ECE8DA

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

Shades of Narvik #ECE8DA

Tints of Narvik #ECE8DA

Color information

#ECE8DA (or 0xECE8DA) is unknown color: approx Narvik. HEX triplet: EC, E8 and DA. RGB value is (236,232,218). Sum of RGB (Red+Green+Blue) = 236+232+218=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 232 (91.02% from 255 or 33.82% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE8DA is #131725. Grayscale: #E7E7E7. Windows color (decimal): -1251110 or 14346476. OLE color: 14346476.

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

Color convert

RGB236232218-
CMYK00.020.080.07
HSL46.67º32.14%89.02%-
HSV(B)46.67º7.63%92.55%-
XYZ76.180.6177.88-
YUV231.6120.33131.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.40%
GREEN value IS 232 (91.02% from 255) = 33.82%
BLUE value IS 218 (85.55% from 255) = 31.78%
R=34.40%
G=33.82%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623221800.020.080.0746.6732.1489.02
HexECE8DA02872f2059
Octal354350332021075740131
Binary11101100111010001101101001010001111011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE8DA; }

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

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

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

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

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

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

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

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