#ECE7DB

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

Shades of Narvik #ECE7DB

Tints of Narvik #ECE7DB

Color information

#ECE7DB (or 0xECE7DB) is unknown color: approx Narvik. HEX triplet: EC, E7 and DB. RGB value is (236,231,219). Sum of RGB (Red+Green+Blue) = 236+231+219=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 231 (90.62% from 255 or 33.67% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE7DB is #131824. Grayscale: #E7E7E7. Windows color (decimal): -1251365 or 14411756. OLE color: 14411756.

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

Color convert

RGB236231219-
CMYK00.020.070.07
HSL42.35º30.91%89.22%-
HSV(B)42.35º7.2%92.55%-
XYZ75.9580.178.48-
YUV231.13121.16131.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.40%
GREEN value IS 231 (90.62% from 255) = 33.67%
BLUE value IS 219 (85.94% from 255) = 31.92%
R=34.40%
G=33.67%
B=31.92%

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
Decimal23623121900.020.070.0742.3530.9189.22
HexECE7DB02772a1f59
Octal35434733302775237131
Binary111011001110011111011011010111111101010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE7DB; }

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

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

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

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

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

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

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

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