DOOR MOLDING MDF 12X42X2200MM White

The photographs are for illustrative purposes only.
Get AI analytics on product DOOR MOLDING MDF 12X42X2200MM White:
4.41€ / pc.
Ex Tax: 3.56€ / pc.
2.01€ / m²
1 pc. = 2.2m²
Höövelliist
0 reviews
In stock
Product Code: 000-343179ASP

Specification

  • Type: MDF
  • Length (mm): 2200
  • Web (mm): 42
  • Thickness (mm): 12
  • Color: White
Qty

DESCRIPTION DOOR MOLDING MDF 12X42X2200MM White price 4.49€ Höövelliist

Package dimensions1,20 x 4,20 x 220,00 cm
Net weight0,900 kg

Product details

Total weight: 0.90 kg
Package measurements: 1.20 x 4.20 x 220.00 cm

Description provided by sitypro.com

Door frame
Type
MDF
Length (mm)
2200
Web (mm)
42
Thickness (mm)
12
Color
White
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
DOOR MOLDING MDF 12X42X2200MM White
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the DOOR MOLDING MDF 12X42X2200MM White

What is DOOR MOLDING MDF 12X42X2200MM White and what is it used for?

DOOR MOLDING MDF 12X42X2200MM White is a ready-sized MDF casing 2200 mm long, 42 mm wide and 12 mm thick, used to trim door openings and cover gaps between the door frame and wall. Total weight is 0.90 kg and package dimensions 1.20 x 4.20 x 220.00 cm for easy handling and installation.

Will DOOR MOLDING MDF 12X42X2200MM White fit a standard interior door?

Yes, DOOR MOLDING MDF 12X42X2200MM White fits most standard interior doors: the 2200 mm length accommodates common door heights and the 42 mm width is a typical casing size. Always measure your door opening height and the number of moldings needed before purchase.

What material is the molding made of and what is the finish?

The molding is made of MDF (medium-density fibreboard), a stable engineered wood product suitable for painting or laminating. The name includes White, indicating it has a ready white surface suitable for immediate installation.

What are the dimensions of the molding and what does 12x42x2200 mm mean?

The DOOR MOLDING MDF 12X42X2200MM White dimensions are 12 mm thickness, 42 mm width and 2200 mm length. These measurements define the profile and suitability for various door frames and openings.

What is the weight and packaging of the molding?

DOOR MOLDING MDF 12X42X2200MM White has a total gross weight of 0.90 kg. It is packaged with dimensions 1.20 x 4.20 x 220.00 cm to protect it during transport and storage.

How to install DOOR MOLDING MDF 12X42X2200MM White — what fasteners to use?

Installation typically uses finishing nails, construction adhesive/liquid nails suitable for MDF, and acrylic sealant for joints. Ensure surfaces are clean and level, and trim the molding from the 2200 mm length to the required size before fixing.

Can this molding be painted and what paints are suitable for MDF?

Yes, the MDF molding can be painted; acrylic or water-based paints for wood surfaces and an MDF primer are suitable. Lightly sand before painting and apply primer for better paint adhesion and a smooth finish.

What is the profile of the molding — flat or decorative?

The product name and data indicate a standard MDF casing without a specified decorative profile, so it is likely a flat/classic white molding 42 mm wide and 12 mm thick. For exact profile details refer to product images or model A010846SP.

How many moldings are needed for one door using this 2200 mm length?

Typically a door requires two vertical casings and one horizontal top piece; a 2200 mm length is sufficient for the two vertical pieces for standard door heights of 2000–2100 mm. Exact quantity depends on whether you want an unbroken top casing or accept a joint.

How does this molding differ from other MDF moldings on the market?

Model A010846SP from Höövelliist features standard dimensions 12x42x2200 mm and a ready white finish, making it versatile for many interiors. Its light weight of 0.90 kg and compact packaging make it easier to handle than larger or more ornate profiles.

Can this molding be used in high-humidity rooms?

MDF is moisture-sensitive, so DOOR MOLDING MDF 12X42X2200MM White is not recommended for continuously damp rooms without additional moisture protection. For humid environments, use a moisture-resistant treatment or choose a specialist moisture-resistant material.

How to cut the molding to length — tools and tolerances?

Use a mitre saw or a fine-toothed handsaw with a guide for a clean cut; leave a 1–2 mm allowance for final trimming and fitting. For corner joints use a mitre box for accurate 45° cuts to minimise gaps.

Where to buy DOOR MOLDING MDF 12X42X2200MM White?

You can buy DOOR MOLDING MDF 12X42X2200MM White in our online store for 3.56€. Category: MDF door architraves.

What is the price of DOOR MOLDING MDF 12X42X2200MM White?

The current price of DOOR MOLDING MDF 12X42X2200MM White is 3.56€. Brand: Höövelliist.

DOOR MOLDING MDF 12X42X2200MM White — specifications and description

Model: 000-343179ASP. Category: MDF door architraves. Brand: Höövelliist. Price: 3.56€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');